3 references to SendUtils
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\LongPollingTransport.cs (1)
77var sending = SendUtils.SendMessages(url, _application, _httpClient, _logger);
Internal\ServerSentEventsTransport.cs (1)
94var sending = SendUtils.SendMessages(url, _application, _httpClient, _logger, _inputCts.Token);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
SendUtilsTests.cs (1)
44await SendUtils.SendMessages(new Uri("http://fakeuri.org"), application, httpClient, logger: Logger).DefaultTimeout();