1 write to _connection
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\LongPollingServerTransport.cs (1)
26
_connection
= connection;
4 references to _connection
Microsoft.AspNetCore.Http.Connections (4)
Internal\Transports\LongPollingServerTransport.cs (4)
57
_connection
?.StartSendCancellation();
58
await context.Response.Body.WriteAsync(buffer,
_connection
?.SendingToken ?? default);
62
_connection
?.StopSendCancellation();
90
else if (
_connection
?.SendingToken.IsCancellationRequested == true)