2 references to GetHttpClientAsync
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
915
return
GetHttpClientAsync
(to, via, null, timeoutHelper);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
394
HttpClient httpClient = await
GetHttpClientAsync
(to, via, clientCertificateToken, timeoutHelper);