2 references to SendUtils
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\LongPollingTransport.cs (1)
77
var sending =
SendUtils
.SendMessages(url, _application, _httpClient, _logger);
Internal\ServerSentEventsTransport.cs (1)
94
var sending =
SendUtils
.SendMessages(url, _application, _httpClient, _logger, _inputCts.Token);