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)
141_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)
135get => _settings._maxAutomaticRedirections; 553handler = new RedirectHandler(settings._maxAutomaticRedirections, handler, redirectHandler);