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