1 write to callbackType
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
641
set { this.
callbackType
= value; }
3 references to callbackType
System.ServiceModel (3)
System\ServiceModel\ChannelFactory.cs (3)
640
get { return this.
callbackType
; }
837
if (
callbackType
!= null)
844
this.TypeLoader.AddBehaviorsFromImplementationType(endpoint,
callbackType
);