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