1 write to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ConnectionErrorException.cs (1)
13
ErrorCode
= errorCode;
4 references to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (2)
731
Abort(new ConnectionAbortedException(connectionError.Message, connectionError), connectionError.
ErrorCode
, ConnectionEndReason.ClosedCriticalStream);
864
Abort(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
;