1 override of GetWebRequest
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
366
public override HttpWebRequest
GetWebRequest
(EndpointAddress to, Uri via, ref TimeoutHelper timeoutHelper)
2 references to GetWebRequest
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1213
this.webRequest = channel.
GetWebRequest
(this.to, this.via, ref timeoutHelper);
1454
SetWebRequest(channel.
GetWebRequest
(this.to, this.via, ref this.timeoutHelper));