2 references to BeginGetWebRequest
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1155
return
BeginGetWebRequest
(to, via, null, ref timeoutHelper, callback, state);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
358
return base.
BeginGetWebRequest
(to, via, clientCertificateToken, ref timeoutHelper, callback, state);