4 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (2)
178
session.Value.
Abort
(new ConnectionAbortedException(ex.Message, ex.InnerException), errorCode);
182
session.Value.
Abort
(new ConnectionAbortedException(ex.Message), errorCode);
Internal\Http3\Http3Stream.cs (1)
173
_context.WebTransportSession?.
Abort
(abortReason, errorCode);
Internal\WebTransport\WebTransportSession.cs (1)
64
Abort
(new(), (Http3ErrorCode)errorCode);