2 writes to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (2)
50_headerType = headerType ?? -1; 194_headerType = await TryReadStreamHeaderAsync();
4 references to _headerType
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3ControlStream.cs (4)
73public bool IsReceivingHeader => _headerType == -1; 192if (_headerType == -1) 199switch (_headerType) 229throw new Http3StreamErrorException(CoreStrings.FormatHttp3ControlStreamErrorUnsupportedType(_headerType), Http3ErrorCode.StreamCreationError);