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