1 write to MaxAutomaticRedirections
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
205
MaxAutomaticRedirections
= ParseInt(config[nameof(SocketsHttpHandler.MaxAutomaticRedirections)]),
2 references to MaxAutomaticRedirections
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
121
if (config.
MaxAutomaticRedirections
is not null)
123
handler.MaxAutomaticRedirections = config.
MaxAutomaticRedirections
.Value;