2 writes to _maxResponseHeadersLength
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
111_maxResponseHeadersLength = _maxResponseHeadersLength,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
193_settings._maxResponseHeadersLength = value;
3 references to _maxResponseHeadersLength
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (2)
111_maxResponseHeadersLength = _maxResponseHeadersLength, 142public int MaxResponseHeadersByteLength => (int)Math.Min(int.MaxValue, _maxResponseHeadersLength * 1024L);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
187get => _settings._maxResponseHeadersLength;