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
907
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
983
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (9)
70
Debug.Assert(
IsHttp3Supported
());
132
Debug.Assert(
IsHttp3Supported
());
204
Debug.Assert(
IsHttp3Supported
());
243
Debug.Assert(
IsHttp3Supported
());
327
Debug.Assert(
IsHttp3Supported
());
358
Debug.Assert(
IsHttp3Supported
());
482
Debug.Assert(
IsHttp3Supported
());
525
Debug.Assert(
IsHttp3Supported
());
561
Debug.Assert(
IsHttp3Supported
());