Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSMultiMBS class.

CURLSMultiMBS.AddCURL(CURL as CURLSMBS) as boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Add a standard CURL handle to the multi stack.
Notes: Lasterror is set.
CURLSMultiMBS.CURLs as CURLSMBS()
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Queries list of current CURL instances.
CURLSMultiMBS.Perform
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Checks for things to see.
Notes:
When the app thinks there's data available for CURL it calls this function to read/write whatever there is right now. This returns as soon as the reads and writes are done. This function does not require that there actually is data available for reading or that data can be written, it can be called just in case.

Lasterror is set. This only provides errors etc regarding the whole multi stack. There might still have occurred problems on invidual transfers even when this returns OK.

Sets RunningTransfers property.
CURLSMultiMBS.RemoveCURL(CURL as CURLSMBS) as boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Removes a CURL handle from the multi stack again.
Notes:
Lasterror is set.
Plugin calls this automatically when TransferFinished event was called.

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


Start Chat