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(); 58await context.Response.Body.WriteAsync(buffer, _connection?.SendingToken ?? default); 62_connection?.StopSendCancellation(); 90else if (_connection?.SendingToken.IsCancellationRequested == true)