1 write to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
60
_errorCodeFeature
= context.ConnectionFeatures.GetRequiredFeature<IProtocolErrorCodeFeature>();
4 references to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (4)
105
private Http3ErrorCode Http3ErrorCodeOrNoError =>
_errorCodeFeature
.Error == -1 ? Http3ErrorCode.NoError : (Http3ErrorCode)
_errorCodeFeature
.Error;
189
_errorCodeFeature
.Error = (long)errorCode;
700
_errorCodeFeature
.Error = (long)Http3ErrorCode.NoError;