1 write to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
151
_httpClient
= CreateHttpClient();
3 references to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (3)
158
_transportFactory = new DefaultTransportFactory(httpConnectionOptions.Transports, _loggerFactory,
_httpClient
, httpConnectionOptions, GetAccessTokenAsync);
287
_httpClient
.Dispose();
714
var negotiationResponse = await NegotiateAsync(uri,
_httpClient
, _logger, cancellationToken).ConfigureAwait(false);