1 write to request
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1743this.request = webRequest;
14 references to request
System.ServiceModel (14)
System\ServiceModel\Channels\HttpChannelFactory.cs (14)
1518if (this.request != null) 1520this.TryCompleteWebRequest(this.request); 1546this.httpOutput = HttpOutput.CreateHttpOutput(this.request, this.factory, this.requestMessage, this.factory.IsChannelBindingSupportEnabled); 1609getResponseResult = request.BeginGetResponse(onGetResponse, this); 1666response = (HttpWebResponse)request.EndGetResponse(result); 1695response = HttpChannelUtilities.ProcessGetResponseWebException(webException, request, 1705if (this.request != null) 1707HttpChannelUtilities.AbortRequest(this.request); 1708this.TryCompleteWebRequest(this.request); 1718HttpChannelUtilities.SetRequestTimeout(this.request, timeout); 1761this.httpInput = HttpChannelUtilities.ValidateRequestReplyResponse(this.request, response, 1782this.TryCompleteWebRequest(this.request); 1794HttpChannelUtilities.AddReplySecurityProperty(this.factory, this.request, this.response, 1903this.TryCompleteWebRequest(this.request);