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)
51private Uri BaseUri => new Uri(_protocol + "://localhost:" + _currentPort); 53public TestConnection CreateConnection() => new TestConnection(_currentPort); 107InitializeConfig(_currentPort); 112throw new InvalidOperationException($"Error while running WebCoreActivate: {startResult} on port {_currentPort}");