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