2 writes to _maxHeaderListSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
88_maxHeaderListSize = maxHeaderListSize; 850_maxHeaderListSize = (uint)Math.Min((ulong)settingValue, uint.MaxValue);
2 references to _maxHeaderListSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
51public uint MaxHeaderListSize => _maxHeaderListSize; 851_pool._lastSeenHttp3MaxHeaderListSize = _maxHeaderListSize;