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