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