1 instantiation of RedirectHandler
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactoryClientOptions.cs (1)
74
yield return new
RedirectHandler
(MaxAutomaticRedirections);
3 references to RedirectHandler
Microsoft.AspNetCore.Mvc.Testing (3)
Handlers\RedirectHandler.cs (2)
20
/// Creates a new instance of <see cref="
RedirectHandler
"/>.
28
/// Creates a new instance of <see cref="
RedirectHandler
"/>.
WebApplicationFactoryClientOptions.cs (1)
56
public int MaxAutomaticRedirections { get; set; } =
RedirectHandler
.DefaultMaxRedirects;