4 references to Version30
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
93
_http3Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.
Version30
;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1099
Version = HttpVersion.
Version30
,
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
81
allowHttp3 && allowHttp2 ? HttpVersion.
Version30
:
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
639
if (request.Version != HttpVersion.Version10 && request.Version != HttpVersion.Version11 && request.Version != HttpVersion.Version20 && request.Version != HttpVersion.
Version30
)