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