Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLVersionMBS class.

CURLVersionMBS.brotliVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Brotli library version string.

Empty if library is not used in the CURL library you use.
(Read only property)

CURLVersionMBS.brotliVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Version of brotli version.

(Read only property)

CURLVersionMBS.CAInfo as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The built-in default CURLOPT_CAINFO.

Should be empty within plugin.
(Read only property)

CURLVersionMBS.CAPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The built-in default CURLOPT_CAPATH.
Example
Var version As New CURLVersionMBS
MessageBox "Default CAPath: " + version.CAPath

Should be empty within plugin.
(Read only property)

CURLVersionMBS.Features as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Bits which define what features libCURL can and can't.

Use the Supports Boolean properties instead.
Additional feature bits may be found in the libCURL documentation.
(Read only property)

CURLVersionMBS.gsaslVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The version string of the GNU SASL Library version.

(Read only property)

CURLVersionMBS.Host as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
An ascii string showing what host information that this libCURL was built for.

As discovered by a configure script or set by the build environment.
e.g. "powerpc-apple-darwin8.0"
(Read only property)

CURLVersionMBS.hyperVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Human readable string.

(Read only property)

CURLVersionMBS.iconvVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Version number of iconv library.

(Read only property)

CURLVersionMBS.libidnVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Version of LibIDN used.
Example
Var version As New CURLVersionMBS
MessageBox "libIDN Version: " + version.libidnVersion

Empty if library is not used in the CURL library you use.
(Read only property)

CURLVersionMBS.libsshVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Version of LibSSH2 used.
Example
Var version As New CURLVersionMBS
MessageBox "LibSSH Version: " + version.libsshVersion

Empty if library is not used in the CURL library you use.
(Read only property)

CURLVersionMBS.LibZVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
An ascii string (there is no numerical version).
Example
Var version As New CURLVersionMBS
MessageBox "LibZ Version: " + version.LibZVersion

If libCURL has no libz support, this is "".
e.g. "1.2.3"
(Read only property)

CURLVersionMBS.nghttp2Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The version string for nghttp2 library.

(Read only property)

CURLVersionMBS.nghttp2VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The version number for nghttp2.

Numeric nghttp2 version: (MAJOR * 65536) + (MINOR * 256) + PATCH
(Read only property)

CURLVersionMBS.ProtocolCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The number of entries in the Protocol array.

(Read only property)

CURLVersionMBS.quicVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The version of quic version.

human readable quic (+ HTTP/3) library version.
(Read only property)

CURLVersionMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
An ascii string for the libCURL version.
Example
Var version As New CURLVersionMBS
MessageBox "Version: " + version.Version

e.g. "7.13.1"
(Read only property)

CURLVersionMBS.VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The version of libCURL as number.

a 24 bit number created like this:
<8 bits major number> | <8 bits minor number> | <8 bits patch number>.
Version 7.9.8 is therefore returned as 0x070908.
(Read only property)

CURLVersionMBS.zstdVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Human readable string version for zstd library.

(Read only property)

CURLVersionMBS.zstdVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Numeric Zstd version.

Major 8 bits, minor 12 bits, Patch 12 bits.
(Read only property)

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...