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();
66
await ServerSentEventsMessageFormatter.WriteMessageAsync(buffer, context.Response.Body,
_connection
?.SendingToken ?? default);
75
_connection
?.StopSendCancellation();