6 instantiations of RedirectHandler
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
TestingInfrastructureTests.cs (5)
102new RedirectHandler(), new TestHandler()); 118new RedirectHandler(0), new TestHandler()); 132new RedirectHandler()); 145new RedirectHandler()); 236new RedirectHandler(), new TestHandler());
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactoryClientOptions.cs (1)
72yield 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)
54public int MaxAutomaticRedirections { get; set; } = RedirectHandler.DefaultMaxRedirects;