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