8 writes to _http3Enabled
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (8)
90_http3Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version30; 101_http3Enabled = false; 118_http3Enabled = false; 128_http3Enabled = false; 137_http3Enabled = false; // TODO: how do we tunnel HTTP3? 152_http3Enabled = false; 161_http3Enabled = false; // TODO: SOCKS supports UDP and may be used for HTTP3 424_http3Enabled = false;
5 references to _http3Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
169if (!_http3Enabled) 230if (IsHttp3Supported() && _http3Enabled) 247if (IsHttp3Supported() && _http3Enabled) 404_http3Enabled &&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
73Debug.Assert(_http3Enabled);