2 references to _transportCts
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ServerSentEventsTransport.cs (2)
93
var receiving = ProcessEventStream(response,
_transportCts
.Token);
117
_transportCts
.Cancel();