4 references to UseKestrel
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
KestrelBasedWebApplicationFactory.cs (1)
13
this.
UseKestrel
(0);
KestrelBasedWebApplicationFactoryForMinimal.cs (1)
13
this.
UseKestrel
(0);
RealServerWithDynamicPortIntegrationTests.cs (1)
19
Factory.
UseKestrel
(0);
RealServerWithSpecifiedPortBackedIntegrationTests.cs (1)
19
Factory.
UseKestrel
(ServerPort);