1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2732
this.
httpOutput
= httpOutput;
2 references to httpOutput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2756
this.outputStream = new WebRequestOutputStream(httpWebRequest.EndGetRequestStream(result, out context), httpWebRequest, this.
httpOutput
);
2761
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateRequestWebException(webException, httpWebRequest,
httpOutput
.abortReason));