1 write to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
38_httpClient = httpClient;
4 references to _httpClient
Microsoft.AspNetCore.Http.Connections.Client (4)
Internal\LongPollingTransport.cs (4)
57using (var response = await _httpClient.SendAsync(request, cancellationToken).ConfigureAwait(false)) 77var sending = SendUtils.SendMessages(url, _application, _httpClient, _logger); 160response = await _httpClient.SendAsync(request, cancellationToken).ConfigureAwait(false); 235var response = await _httpClient.SendAsync(request).ConfigureAwait(false);