1 write to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ConnectionErrorException.cs (1)
13ErrorCode = errorCode;
4 references to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (2)
731Abort(new ConnectionAbortedException(connectionError.Message, connectionError), connectionError.ErrorCode, ConnectionEndReason.ClosedCriticalStream); 864Abort(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode, ex.Reason);
Internal\Http3\Http3ControlStream.cs (1)
238_errorCodeFeature.Error = (long)ex.ErrorCode;
Internal\Http3\Http3Stream.cs (1)
652_errorCodeFeature.Error = (long)ex.ErrorCode;