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