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