5 references to TestUriHelper
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\TestUrlHelper.cs (1)
11return TestUriHelper.BuildTestUri(serverType).ToString();
Deployers\NginxDeployer.cs (1)
56var redirectUri = TestUriHelper.BuildTestUri(ServerType.Nginx);
Deployers\SelfHostDeployer.cs (1)
58var hintUrl = TestUriHelper.BuildTestUri(
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
110var uri = TestUriHelper.BuildTestUri(ServerType.IIS, DeploymentParameters.ApplicationBaseUriHint);
IISExpressDeployer.cs (1)
160var uri = TestUriHelper.BuildTestUri(ServerType.IISExpress, DeploymentParameters.ApplicationBaseUriHint);