1 write to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
90
_errorCodeFeature
= _context.ConnectionFeatures.GetRequiredFeature<IProtocolErrorCodeFeature>();
5 references to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Stream.cs (5)
170
_errorCodeFeature
.Error = (long)errorCode;
601
var errorCode = stream.
_errorCodeFeature
.Error;
660
_errorCodeFeature
.Error = (long)ex.ErrorCode;
671
var resolvedErrorCode =
_errorCodeFeature
.Error >= 0 ?
_errorCodeFeature
.Error : 0;