2 references to GetHttpClientAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
818
return
GetHttpClientAsync
(to, via, null, timeoutHelper);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
319
HttpClient httpClient = await base.
GetHttpClientAsync
(to, via, clientCertificateToken, timeoutHelper);