1 write to httpWebRequest
System.ServiceModel (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
58
this.
httpWebRequest
= this.CreateHttpWebRequest(timeout);
7 references to httpWebRequest
System.ServiceModel (7)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (7)
59
IAsyncResult result = this.
httpWebRequest
.BeginGetResponse(callback, state);
71
throw FxTrace.Exception.AsError(HttpChannelUtilities.CreateRequestWebException(ex, this.
httpWebRequest
, HttpAbortReason.None));
78
this.CleanupOnError(this.
httpWebRequest
, null);
89
response = (HttpWebResponse)this.
httpWebRequest
.EndGetResponse(result);
90
this.HandleHttpWebResponse(this.
httpWebRequest
, response);
109
throw FxTrace.Exception.AsError(HttpChannelUtilities.CreateRequestWebException(ex, this.
httpWebRequest
, HttpAbortReason.None));
117
this.CleanupOnError(this.
httpWebRequest
, response);