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