19 references to HttpSys
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
31
ServerType.
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
:
Microsoft.AspNetCore.StaticFiles.FunctionalTests (2)
StaticFileMiddlewareTests.cs (2)
232
return ClientDisconnect_NoWriteExceptionThrown(ServerType.
HttpSys
);
269
if (serverType == ServerType.
HttpSys
)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
AutobahnTests.cs (1)
68
await 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
)
87
case 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
)