1 write to AllowAutoRedirect
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
207
AllowAutoRedirect
= ParseBool(config[nameof(SocketsHttpHandler.AllowAutoRedirect)]),
2 references to AllowAutoRedirect
Microsoft.Extensions.Http (2)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (2)
131
if (config.
AllowAutoRedirect
is not null)
133
handler.AllowAutoRedirect = config.
AllowAutoRedirect
.Value;