3 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);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
SendUtilsTests.cs (1)
44
await
SendUtils
.SendMessages(new Uri("http://fakeuri.org"), application, httpClient, logger: Logger).DefaultTimeout();