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