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