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)
1099Version = HttpVersion.Version30,
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
81allowHttp3 && allowHttp2 ? HttpVersion.Version30 :
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
639if (request.Version != HttpVersion.Version10 && request.Version != HttpVersion.Version11 && request.Version != HttpVersion.Version20 && request.Version != HttpVersion.Version30)