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