15 references to IsHttp3Supported
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
88
if (
IsHttp3Supported
())
230
if (
IsHttp3Supported
() && _http3Enabled)
247
if (
IsHttp3Supported
() && _http3Enabled)
403
if (
IsHttp3Supported
() && // guard to enable trimming HTTP/3 support
916
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
992
if (
IsHttp3Supported
() && _availableHttp3Connections is not null)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (9)
70
Debug.Assert(
IsHttp3Supported
());
138
Debug.Assert(
IsHttp3Supported
());
213
Debug.Assert(
IsHttp3Supported
());
252
Debug.Assert(
IsHttp3Supported
());
335
Debug.Assert(
IsHttp3Supported
());
366
Debug.Assert(
IsHttp3Supported
());
488
Debug.Assert(
IsHttp3Supported
());
531
Debug.Assert(
IsHttp3Supported
());
567
Debug.Assert(
IsHttp3Supported
());