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)
139get => _settings._maxAutomaticRedirections; 545handler = new RedirectHandler(settings._maxAutomaticRedirections, handler, disableAuthOnRedirect: settings._credentials is not CredentialCache);