1 write to _httpClient
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1002
_httpClient
= await _channel.GetHttpClientAsync(_to, _via, _timeoutHelper);
2 references to _httpClient
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1056
_httpResponseMessage = await
_httpClient
.SendAsync(httpRequestMessage, HttpCompletionOption.ResponseHeadersRead, _httpSendCts.Token);
1357
await
_httpClient
.SendAsync(headHttpRequestMessage, cancelToken);