5 references to Abort
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportSessionTests.cs (1)
79session.Abort(new(), System.Net.Http.Http3ErrorCode.InternalError);
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (2)
178session.Value.Abort(new ConnectionAbortedException(ex.Message, ex.InnerException), errorCode); 182session.Value.Abort(new ConnectionAbortedException(ex.Message), errorCode);
Internal\Http3\Http3Stream.cs (1)
184_context.WebTransportSession?.Abort(abortReason, errorCode);
Internal\WebTransport\WebTransportSession.cs (1)
64Abort(new(), (Http3ErrorCode)errorCode);