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