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