Base:
method
Abort
Microsoft.AspNetCore.Connections.ConnectionContext.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException)
3 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\WebTransport\WebTransportSession.cs (3)
109
stream.Value.
Abort
(new ConnectionAbortedException(exception.Message, exception.InnerException));
113
stream.Value.
Abort
(new ConnectionAbortedException(exception.Message));
162
stream.
Abort
(new ConnectionAbortedException(CoreStrings.WebTransportFailedToAddStreamToPendingQueue));