3 references to GetHttpOutputCore
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (1)
208
return this.httpRequestContext.
GetHttpOutputCore
(message);
System\ServiceModel\Channels\HttpRequestContext.cs (2)
295
this.httpOutput =
GetHttpOutputCore
(message);
434
this.httpOutput = this.
GetHttpOutputCore
(new NullMessage());