3 references to CurrentPlatformSupportsHTTP2OverTls
Interop.FunctionalTests (3)
H2SpecTests.cs (1)
78
var supportsAlpn = Utilities.
CurrentPlatformSupportsHTTP2OverTls
();
Http2WebSocketInteropTests.cs (1)
34
if (Utilities.
CurrentPlatformSupportsHTTP2OverTls
())
HttpClientHttp2InteropTests.cs (1)
40
if (Utilities.
CurrentPlatformSupportsHTTP2OverTls
())