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);
1242
await
_httpClient
.SendAsync(headHttpRequestMessage, cancelToken);