8 writes to _http3Enabled
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (8)
96_http3Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version30; 107_http3Enabled = false; 124_http3Enabled = false; 136_http3Enabled = false; 145_http3Enabled = false; // TODO: how do we tunnel HTTP3? 160_http3Enabled = false; 169_http3Enabled = false; // TODO: SOCKS supports UDP and may be used for HTTP3 433_http3Enabled = false;
5 references to _http3Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
177if (!_http3Enabled) 238if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 && _http3Enabled) 255if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 && _http3Enabled) 413_http3Enabled &&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
68Debug.Assert(_http3Enabled);