2 references to GetWebRequest
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1109
return
GetWebRequest
(to, via, null, ref timeoutHelper);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
369
HttpWebRequest request = base.
GetWebRequest
(to, via, clientCertificateToken, ref timeoutHelper);