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