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)
169
if (!
_http3Enabled
)
230
if (IsHttp3Supported() &&
_http3Enabled
)
247
if (IsHttp3Supported() &&
_http3Enabled
)
404
_http3Enabled
&&
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
73
Debug.Assert(
_http3Enabled
);