1 write to _currentPort
IIS.Tests (1)
Utilities\TestServer.cs (1)
105
_currentPort
= _isHttps ? TestPortHelper.GetNextSSLPort() : TestPortHelper.GetNextPort();
4 references to _currentPort
IIS.Tests (4)
Utilities\TestServer.cs (4)
51
private Uri BaseUri => new Uri(_protocol + "://localhost:" +
_currentPort
);
53
public TestConnection CreateConnection() => new TestConnection(
_currentPort
);
107
InitializeConfig(
_currentPort
);
112
throw new InvalidOperationException($"Error while running WebCoreActivate: {startResult} on port {
_currentPort
}");