1 write to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
161
_httpClient
= CreateHttpClient();
4 references to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
168
_transportFactory = new DefaultTransportFactory(httpConnectionOptions.Transports, _loggerFactory,
_httpClient
, httpConnectionOptions, GetAccessTokenAsync);
298
_httpClient
.Dispose();
748
var negotiationResponse = await NegotiateAsync(uri,
_httpClient
, _logger, cancellationToken).ConfigureAwait(false);
789
using var response = await
_httpClient
.SendAsync(request, HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false);