19 references to HttpSys
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
31ServerType.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:
Microsoft.AspNetCore.StaticFiles.FunctionalTests (2)
StaticFileMiddlewareTests.cs (2)
232return ClientDisconnect_NoWriteExceptionThrown(ServerType.HttpSys); 269if (serverType == ServerType.HttpSys)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
AutobahnTests.cs (1)
68await tester.DeployTestAndAddToSpec(ServerType.HttpSys, ssl: false, environment: "ManagedSockets", cancellationToken: cts.Token);
ServerComparison.FunctionalTests (9)
HelloWorldTest.cs (3)
26=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 87case ServerType.HttpSys: 115=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
NtlmAuthenticationTest.cs (1)
24=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.HttpSys, ServerType.Kestrel)
ResponseCompressionTests.cs (3)
36=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 60=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) // No pass-through compression for nginx 72=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
ResponseTests.cs (2)
28=> TestMatrix.ForServers(/* ServerType.IISExpress, https://github.com/dotnet/aspnetcore/issues/6168, */ ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys) 54=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)