1 write to _httpClient
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
899_httpClient = await _channel.GetHttpClientAsync(_to, _via, _timeoutHelper);
2 references to _httpClient
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
937_httpResponseMessage = await _httpClient.SendAsync(_httpRequestMessage, HttpCompletionOption.ResponseHeadersRead, _httpSendCts.Token); 1242await _httpClient.SendAsync(headHttpRequestMessage, cancelToken);