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