8 writes to _http3Enabled
System.Net.Http (8)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (8)
91
_http3Enabled
= _poolManager.Settings._maxHttpVersion >= HttpVersion.Version30;
102
_http3Enabled
= false;
119
_http3Enabled
= false;
129
_http3Enabled
= false;
138
_http3Enabled
= false; // TODO: how do we tunnel HTTP3?
153
_http3Enabled
= false;
162
_http3Enabled
= false; // TODO: SOCKS supports UDP and may be used for HTTP3
439
_http3Enabled
= false;
5 references to _http3Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
170
if (!
_http3Enabled
)
231
if (IsHttp3Supported() &&
_http3Enabled
)
248
if (IsHttp3Supported() &&
_http3Enabled
)
419
_http3Enabled
&&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
73
Debug.Assert(
_http3Enabled
);