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;
134
_http3Enabled
= false;
143
_http3Enabled
= false; // TODO: how do we tunnel HTTP3?
158
_http3Enabled
= false;
167
_http3Enabled
= false; // TODO: SOCKS supports UDP and may be used for HTTP3
431
_http3Enabled
= false;
5 references to _http3Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
175
if (!
_http3Enabled
)
236
if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 &&
_http3Enabled
)
253
if (GlobalHttpSettings.SocketsHttpHandler.AllowHttp3 &&
_http3Enabled
)
411
_http3Enabled
&&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
68
Debug.Assert(
_http3Enabled
);