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