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)
51
public uint MaxHeaderListSize =>
_maxHeaderListSize
;
851
_pool._lastSeenHttp3MaxHeaderListSize =
_maxHeaderListSize
;