1 write to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
49
_errorCodeFeature
= context.ConnectionFeatures.GetRequiredFeature<IProtocolErrorCodeFeature>();
2 references to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (2)
96
_errorCodeFeature
.Error = (long)errorCode;
238
_errorCodeFeature
.Error = (long)ex.ErrorCode;