5 references to Abort
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportSessionTests.cs (1)
79
session.
Abort
(new(), System.Net.Http.Http3ErrorCode.InternalError);
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)
184
_context.WebTransportSession?.
Abort
(abortReason, errorCode);
Internal\WebTransport\WebTransportSession.cs (1)
64
Abort
(new(), (Http3ErrorCode)errorCode);