1 override of IsChannelBindingSupportEnabled
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
57public override bool IsChannelBindingSupportEnabled
2 references to IsChannelBindingSupportEnabled
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1229HttpOutput httpOutput = HttpOutput.CreateHttpOutput(this.webRequest, this.factory, request, this.factory.IsChannelBindingSupportEnabled); 1546this.httpOutput = HttpOutput.CreateHttpOutput(this.request, this.factory, this.requestMessage, this.factory.IsChannelBindingSupportEnabled);