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(); 748var negotiationResponse = await NegotiateAsync(uri, _httpClient, _logger, cancellationToken).ConfigureAwait(false); 789using var response = await _httpClient.SendAsync(request, HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false);