1 write to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamErrorException.cs (1)
13ErrorCode = errorCode;
2 references to ErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
234Abort(new ConnectionAbortedException(ex.Message), ex.ErrorCode);
Internal\Http3\Http3Stream.cs (1)
647Abort(new ConnectionAbortedException(ex.Message, ex), ex.ErrorCode);