1 write to enableChannelBinding
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
59this.enableChannelBinding = enableChannelBinding;
3 references to enableChannelBinding
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
242if (this.enableChannelBinding) 467ChannelBinding channelBinding = this.enableChannelBinding ? this.ChannelBinding : null; 468return new HttpRequestMessageHttpInput(message, this.settings, this.enableChannelBinding, channelBinding);