Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSVersionMBS class.

Previous items

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)

Previous items

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


💬 Ask a question or report a problem
The biggest plugin in space...