1 write to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
153
_httpClient
= CreateHttpClient();
3 references to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (3)
161
_transportFactory = new DefaultTransportFactory(httpConnectionOptions.Transports, _loggerFactory,
_httpClient
, httpConnectionOptions, GetAccessTokenAsync);
290
_httpClient
?.Dispose();
717
var negotiationResponse = await NegotiateAsync(uri,
_httpClient
!, _logger, cancellationToken).ConfigureAwait(false);