1 write to MaxAutomaticRedirections
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
123handler.MaxAutomaticRedirections = config.MaxAutomaticRedirections.Value;
1 reference to MaxAutomaticRedirections
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
205MaxAutomaticRedirections = ParseInt(config[nameof(SocketsHttpHandler.MaxAutomaticRedirections)]),