1 write to enableChannelBindingSupport
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2385this.enableChannelBindingSupport = enableChannelBindingSupport;
2 references to enableChannelBindingSupport
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2417&& !this.enableChannelBindingSupport) //When ChannelBinding is enabled, content length isn't supported 2440return this.enableChannelBindingSupport;