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