1 write to _connection
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\ServerSentEventsServerTransport.cs (1)
25_connection = connection;
3 references to _connection
Microsoft.AspNetCore.Http.Connections (3)
Internal\Transports\ServerSentEventsServerTransport.cs (3)
65_connection?.StartSendCancellation(); 66await ServerSentEventsMessageFormatter.WriteMessageAsync(buffer, context.Response.Body, _connection?.SendingToken ?? default); 75_connection?.StopSendCancellation();