3 writes to channelBinding
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1237this.channelBinding = httpOutput.TakeChannelBinding(); 1275ChannelBindingUtility.Dispose(ref this.channelBinding); 1338this.channelBinding = null;
1 reference to channelBinding
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1337this.factory, responseException, this.channelBinding);