6 instantiations of RedirectHandler
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
TestingInfrastructureTests.cs (5)
103new RedirectHandler(), new TestHandler()); 119new RedirectHandler(0), new TestHandler()); 133new RedirectHandler()); 147new RedirectHandler()); 238new 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;