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