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