6 references to HttpSys
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Common\TestUriHelper.cs (1)
36
else if (serverType == ServerType.
HttpSys
)
Deployers\ApplicationDeployerFactory.cs (1)
30
case 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)
115
var server = DeploymentParameters.ServerType == ServerType.
HttpSys
TestMatrix.cs (1)
150
case ServerType.
HttpSys
: