2 writes to httpOutput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
726this.httpOutput = this.GetHttpOutput(replyMessage); 775this.httpOutput = this.GetHttpOutput(message);
3 references to httpOutput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
468this.httpOutput.Send(this.transportIntegrationHandlerTask.Result, helper.RemainingTime()); 714this.httpOutput.ConfigureHttpResponseMessage(message, httpResponseMessage, property); 776this.httpOutput.Send(helper.RemainingTime());