6 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3Connection.cs (6)
159Abort(ex, Http3ErrorCode.InternalError, reason); 551Abort(CreateConnectionAbortError(error, clientAbort), errorCode, reason); 580Abort(CreateConnectionAbortError(error, clientAbort), Http3ErrorCode.InternalError, ConnectionEndReason.OtherError); 746Abort(new ConnectionAbortedException(connectionError.Message, connectionError), connectionError.ErrorCode, ConnectionEndReason.ClosedCriticalStream); 875Abort(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode, ex.Reason); 924Abort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient), Http3ErrorCodeOrNoError, ConnectionEndReason.TransportCompleted);