3 writes to MaxAutomaticRedirections
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
123
handler.
MaxAutomaticRedirections
= config.MaxAutomaticRedirections.Value;
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
214
set => _underlyingHandler.
MaxAutomaticRedirections
= value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1670
handler.
MaxAutomaticRedirections
= parameters.MaximumAutomaticRedirections;
2 references to MaxAutomaticRedirections
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
205
MaxAutomaticRedirections = ParseInt(config[nameof(SocketsHttpHandler.
MaxAutomaticRedirections
)]),
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
213
get => _underlyingHandler.
MaxAutomaticRedirections
;