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