2 references to CreateHttpOutput
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);