Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSVersionMBS class.

CURLSVersionMBS.brotliVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Brotli library version string.

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

CURLSVersionMBS.brotliVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Version of brotli version.

(Read only property)

CURLSVersionMBS.CAInfo as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The built-in default CURLOPT_CAINFO.

Should be empty within plugin.
(Read only property)

CURLSVersionMBS.CAPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The built-in default CURLOPT_CAPATH.
Example
Var version As New CURLSVersionMBS
MessageBox "Default CAPath: " + version.CAPath

Should be empty within plugin.
(Read only property)

CURLSVersionMBS.Features as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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)

CURLSVersionMBS.gsaslVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version string of the GNU SASL Library version.

(Read only property)

CURLSVersionMBS.Host as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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)

CURLSVersionMBS.hyperVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Human readable string.

(Read only property)

CURLSVersionMBS.iconvVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Version number of iconv library.

(Read only property)

CURLSVersionMBS.libidnVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Version of LibIDN used.
Example
Var version As New CURLSVersionMBS
MessageBox "libIDN Version: " + version.libidnVersion

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

CURLSVersionMBS.libsshVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Version of LibSSH2 used.
Example
Var version As New CURLSVersionMBS
MessageBox "LibSSH Version: " + version.libsshVersion

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

CURLSVersionMBS.LibZVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
An ascii string (there is no numerical version).
Example
Var version As New CURLSVersionMBS
MessageBox "LibZ Version: " + version.LibZVersion

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

Some examples using this property:

CURLSVersionMBS.nghttp2Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version string for nghttp2 library.

(Read only property)

CURLSVersionMBS.nghttp2VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version number for nghttp2.

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

CURLSVersionMBS.ProtocolCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of entries in the Protocol array.

(Read only property)

Some examples using this property:

CURLSVersionMBS.quicVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version of quic version.

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

CURLSVersionMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
An ascii string for the libCURL version.
Example
Var version As New CURLSVersionMBS
MessageBox "Version: " + version.Version

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

CURLSVersionMBS.VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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)

CURLSVersionMBS.zstdVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Human readable string version for zstd library.

(Read only property)

CURLSVersionMBS.zstdVersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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...