1 write to _protocol
IIS.Tests (1)
Utilities\TestServer.cs (1)
67_protocol = isHttps ? "https" : "http";
2 references to _protocol
IIS.Tests (2)
Utilities\TestServer.cs (2)
51private Uri BaseUri => new Uri(_protocol + "://localhost:" + _currentPort); 138binding.SetAttributeValue("protocol", _protocol);