1 write to _currentPort
IIS.Tests (1)
Utilities\TestServer.cs (1)
121_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); 123InitializeConfig(_currentPort); 128throw new InvalidOperationException($"Error while running WebCoreActivate: {startResult} on port {_currentPort}");