2 writes to _maxHeaderListSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
89_maxHeaderListSize = maxHeaderListSize; 870_maxHeaderListSize = (uint)Math.Min((ulong)settingValue, uint.MaxValue);
2 references to _maxHeaderListSize
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
52public uint MaxHeaderListSize => _maxHeaderListSize; 871_pool._lastSeenHttp3MaxHeaderListSize = _maxHeaderListSize;