3 references to StopSendCancellation
Microsoft.AspNetCore.Http.Connections (3)
Internal\Transports\LongPollingServerTransport.cs (1)
62
_connection?.
StopSendCancellation
();
Internal\Transports\ServerSentEventsServerTransport.cs (1)
75
_connection?.
StopSendCancellation
();
Internal\Transports\WebSocketsServerTransport.cs (1)
264
_connection.
StopSendCancellation
();