3 writes to Https
Interop.FunctionalTests (3)
H2SpecTests.cs (3)
92Https = false, 103Https = true, 129Https = info.GetValue<bool>(nameof(Https));
6 references to Https
Interop.FunctionalTests (6)
H2SpecTests.cs (6)
39if (testCase.Https) 53await H2SpecCommands.RunTest(testCase.Id, host.GetPort(), testCase.Https, Logger); 129Https = info.GetValue<bool>(nameof(Https)); 137info.AddValue(nameof(Https), Https, typeof(bool)); 143return $"{Id}, HTTPS:{Https}, {Description}";