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
,
142
public int MaxResponseHeadersByteLength => (int)Math.Min(int.MaxValue,
_maxResponseHeadersLength
* 1024L);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
187
get => _settings.
_maxResponseHeadersLength
;