1 write to webRequest
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1213this.webRequest = channel.GetWebRequest(this.to, this.via, ref timeoutHelper);
13 references to webRequest
System.ServiceModel (13)
System\ServiceModel\Channels\HttpChannelFactory.cs (13)
1214this.webRequest.ConnectionGroupName = GetConnectionGroupPrefix(message) + this.webRequest.ConnectionGroupName; 1228HttpChannelUtilities.SetRequestTimeout(this.webRequest, timeoutHelper.RemainingTime()); 1229HttpOutput httpOutput = HttpOutput.CreateHttpOutput(this.webRequest, this.factory, request, this.factory.IsChannelBindingSupportEnabled); 1269if (this.webRequest != null) 1271HttpChannelUtilities.AbortRequest(this.webRequest); 1272this.TryCompleteWebRequest(this.webRequest); 1304response = (HttpWebResponse)webRequest.GetResponse(); 1332response = HttpChannelUtilities.ProcessGetResponseWebException(webException, this.webRequest, 1336HttpInput httpInput = HttpChannelUtilities.ValidateRequestReplyResponse(this.webRequest, response, 1349HttpChannelUtilities.AddReplySecurityProperty(this.factory, this.webRequest, response, 1359this.TryCompleteWebRequest(this.webRequest); 1365this.TryCompleteWebRequest(this.webRequest);