6 references to Kestrel
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Common\TestUriHelper.cs (2)
18var statusMessagesEnabled = (serverType == ServerType.Kestrel); 27if (serverType == ServerType.Kestrel && statusMessagesEnabled)
Deployers\ApplicationDeployerFactory.cs (1)
31case ServerType.Kestrel:
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (2)
30&& _deploymentParameters.ServerType != ServerType.Kestrel 34$" Supported server types are {nameof(ServerType.Kestrel)}, {nameof(ServerType.IIS)} and {nameof(ServerType.HttpSys)}");
TestMatrix.cs (1)
153case ServerType.Kestrel: