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)
51
private Uri BaseUri => new Uri(
_protocol
+ "://localhost:" + _currentPort);
138
binding.SetAttributeValue("protocol",
_protocol
);