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