2 writes to _maxAutomaticRedirections
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
106
_maxAutomaticRedirections
= _maxAutomaticRedirections,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
145
_settings.
_maxAutomaticRedirections
= value;
3 references to _maxAutomaticRedirections
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
106
_maxAutomaticRedirections =
_maxAutomaticRedirections
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
139
get => _settings.
_maxAutomaticRedirections
;
545
handler = new RedirectHandler(settings.
_maxAutomaticRedirections
, handler, disableAuthOnRedirect: settings._credentials is not CredentialCache);