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.

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.

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.

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).

If libCURL has no libz support, this is "".
e.g. "1.2.3"
(Read only 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)

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.SSLVersion 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 OpenSSL version used.

If libCURL has no SSL support, this is "".
e.g. " OpenSSL/0.9.7l"
(Read only property)

CURLSVersionMBS.SupportsASYNCHDNS as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL was built with support for asynchronous name lookups, which allows more exact timeouts (even on Windows) and less blocking when using the multi interface.

(added in 7.10.7)
(Read only property)

CURLSVersionMBS.SupportsBrotli as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Brotli features are present.

(Read only property)

CURLSVersionMBS.SupportsConv as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Character conversions supported.

(Read only property)

CURLSVersionMBS.SupportsGSSAPI as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Built against a GSS-API library.

(Read only property)

CURLSVersionMBS.SupportsGSSNEGOTIATE as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports HTTP GSS-Negotiate

(added in 7.10.6)
(Read only property)

CURLSVersionMBS.SupportsHTTP2 as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether currently used CURL library supports HTTP2.
Example
dim c as new CURLSMBS
dim v as CURLSVersionMBS = c.version

if v.SupportsHTTP2 then
MsgBox "HTTP2 is supported"
else
MsgBox "HTTP2 is not supported"
end if

While our CURL Plugin with CURLSMBS plugin may not support this currently, you could use LoadLibrary function to load a CURL library supporting it.
(Read only property)

CURLSVersionMBS.SupportsHTTP3 as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether HTTP3 features are present.

(Read only property)

CURLSVersionMBS.SupportsHTTPSProxy as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
HTTPS-proxy support built-in.

(Read only property)

CURLSVersionMBS.SupportsIDN as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL was built with support for IDNA, domain names with international letters.

(Added in 7.12.0)
(Read only property)

CURLSVersionMBS.SupportsIPV6 as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports IPv6

(Read only property)

CURLSVersionMBS.SupportsKERBEROS4 as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports kerberos4 (when using FTP).

(Read only property)

CURLSVersionMBS.SupportsKerberos5 as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Kerberos V5 auth is supported.

(Read only property)

CURLSVersionMBS.SupportsLARGEFILE as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL was built with support for large files.

(Added in 7.11.1)
(Read only property)

CURLSVersionMBS.SupportsLIBZ as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports HTTP deflate using libz

(Added in 7.10)
(Read only property)

CURLSVersionMBS.SupportsMultiSSL as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Multiple SSL backends available.

(Read only property)

CURLSVersionMBS.SupportsNTLM as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports HTTP NTLM
Example
dim c as new CURLSMBS
dim v as CURLSVersionMBS = c.Version

MsgBox "SupportsNTLM: "+str(v.SupportsNTLM)

(added in 7.10.6)
(Read only property)

CURLSVersionMBS.SupportsNTLMWB as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
NTLM delegation to winbind helper is supported.

(Read only property)

CURLSVersionMBS.SupportsPSL as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Mozilla's Public Suffix List, used for cookie domain verification.

(Read only property)

CURLSVersionMBS.SupportsSPNEGO as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL was built with support for SPNEGO authentication

(Simple and Protected GSS-API Negotiation Mechanism, defined in RFC 2478.) (added in 7.10.8)
(Read only property)

CURLSVersionMBS.SupportsSSL as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL supports SSL (HTTPS/FTPS)

(Added in 7.10)
(Read only property)

CURLSVersionMBS.SupportsSSPI as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether libCURL was built with support for SSPI.

This is only available on Windows and makes libCURL use Windows-provided functions for NTLM authentication. It also allows libCURL to use the current user and the current user's password without the app having to pass them on. (Added in 7.13.2)
(Read only property)

CURLSVersionMBS.SupportsTLSAUTHSRP as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
TLS-SRP auth is supported.

(Read only property)

CURLSVersionMBS.SupportsUnicode as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether unicode for Windows is enabled.

libcurl was built with Unicode support on Windows. This makes non-ASCII characters work in filenames and options passed to libcurl. (Added in 7.72.0)
(Read only property)

CURLSVersionMBS.SupportsUnixSockets as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Unix domain sockets support.

(Read only property)

CURLSVersionMBS.SupportsZSTD as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Supports HTTP zstd content encoding using zstd library.

Added in CURL 7.72.0
(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.

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...