1 override of GetHttpClientAsync
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
391
internal override async Task<HttpClient>
GetHttpClientAsync
(EndpointAddress to, Uri via, TimeoutHelper timeoutHelper)
1 reference to GetHttpClientAsync
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1002
_httpClient = await _channel.
GetHttpClientAsync
(_to, _via, _timeoutHelper);