15 references to IsHttp3Supported
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
89
if (
IsHttp3Supported
())
231
if (
IsHttp3Supported
() && _http3Enabled)
248
if (
IsHttp3Supported
() && _http3Enabled)
418
if (
IsHttp3Supported
() && // guard to enable trimming HTTP/3 support
931
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
1007
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (9)
70
Debug.Assert(
IsHttp3Supported
());
140
Debug.Assert(
IsHttp3Supported
());
212
Debug.Assert(
IsHttp3Supported
());
251
Debug.Assert(
IsHttp3Supported
());
334
Debug.Assert(
IsHttp3Supported
());
365
Debug.Assert(
IsHttp3Supported
());
489
Debug.Assert(
IsHttp3Supported
());
532
Debug.Assert(
IsHttp3Supported
());
568
Debug.Assert(
IsHttp3Supported
());