2 writes to _allowAutoRedirect
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
99
_allowAutoRedirect
= _allowAutoRedirect,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
129
_settings.
_allowAutoRedirect
= value;
4 references to _allowAutoRedirect
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
99
_allowAutoRedirect =
_allowAutoRedirect
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (3)
125
get => _settings.
_allowAutoRedirect
;
540
handler = new DiagnosticsHandler(handler, propagator, settings.
_allowAutoRedirect
);
543
if (settings.
_allowAutoRedirect
)