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