15 references to IsHttp3Supported
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
89if (IsHttp3Supported()) 231if (IsHttp3Supported() && _http3Enabled) 248if (IsHttp3Supported() && _http3Enabled) 418if (IsHttp3Supported() && // guard to enable trimming HTTP/3 support 907if (IsHttp3Supported() && _availableHttp3Connections is not null) 983if (IsHttp3Supported() && _availableHttp3Connections is not null)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (9)
70Debug.Assert(IsHttp3Supported()); 132Debug.Assert(IsHttp3Supported()); 204Debug.Assert(IsHttp3Supported()); 243Debug.Assert(IsHttp3Supported()); 327Debug.Assert(IsHttp3Supported()); 358Debug.Assert(IsHttp3Supported()); 482Debug.Assert(IsHttp3Supported()); 525Debug.Assert(IsHttp3Supported()); 561Debug.Assert(IsHttp3Supported());