Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLNMultiMBS class.

CURLNMultiMBS.AutoPerform as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 23.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Whether to run a timer and run Perform automatically for you.

Set to true to run Perform automatically. For this the plugin manages a timer to call perform regularly.
We set this to true for the default shared instance, so it runs without you doing anything.
(Read and Write property)

CURLNMultiMBS.ChunkLengthPenaltySize as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
A connection with a chunk length longer than this will not be considered for pipelining.

(Read and Write property)

CURLNMultiMBS.ContentLengthPenaltySize as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
A connection with a content-length longer than this will not be considered for pipelining.

(Read and Write property)

CURLNMultiMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The internal object reference.

(Read only property)

CURLNMultiMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The last error code.

(Read and Write property)

CURLNMultiMBS.MaxConcurrentStreams as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum number of concurrent connections to a server.

Maximum number of concurrent streams to support on a connection.
(Read and Write property)

CURLNMultiMBS.MaxConnects as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Maximum number of entries in the connection cache.

(Read and Write property)

CURLNMultiMBS.MaxHostConnections as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Maximum number of (pipelining) connections to one host.

(Read and Write property)

CURLNMultiMBS.MaxPipelineLength as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Maximum number of requests in a pipeline.

(Read and Write property)

CURLNMultiMBS.MaxTotalConnections as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Maximum number of open connections in total.

(Read and Write property)

CURLNMultiMBS.Pipelining as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Set to 1 to enable pipelining for this multi handle.

Only for HTTP protocol.
Used to be a boolean property for 15.0 to 18.1, but changed to integer for 18.2.
(Read and Write property)

CURLNMultiMBS.RunningTransfers as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Number of running transfers.

Set by Perform method.
(Read only property)

CURLNMultiMBS.Tag as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 23.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The tag value.

You can store whatever reference value you need.
(Read and Write property)

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


The biggest plugin in space...