8 writes to _http3Enabled
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (8)
104_http3Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version30; 115_http3Enabled = false; 132_http3Enabled = false; 144_http3Enabled = false; 153_http3Enabled = false; // TODO: how do we tunnel HTTP3? 168_http3Enabled = false; 177_http3Enabled = false; // TODO: SOCKS supports UDP and may be used for HTTP3 446_http3Enabled = false;
5 references to _http3Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
185if (!_http3Enabled) 246if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 && _http3Enabled) 263if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 && _http3Enabled) 426_http3Enabled &&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
69Debug.Assert(_http3Enabled);