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