3 references to TestPortHelper
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\TestUriHelper.cs (2)
47return new UriBuilder(scheme, "localhost", TestPortHelper.GetNextPort()).Uri; 58return new UriBuilder(uriHint) { Port = TestPortHelper.GetNextPort() }.Uri;
Deployers\NginxDeployer.cs (1)
51builder.Port = TestPortHelper.GetNextPort();