2 writes to _allowAutoRedirect
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
101_allowAutoRedirect = _allowAutoRedirect,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
134_settings._allowAutoRedirect = value;
4 references to _allowAutoRedirect
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
101_allowAutoRedirect = _allowAutoRedirect,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (3)
130get => _settings._allowAutoRedirect; 573handler = new DiagnosticsHandler(handler, propagator, settings._proxy, settings._allowAutoRedirect); 576if (settings._allowAutoRedirect)