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