Platforms to show: All Mac Windows Linux Cross-Platform
Back to CURLSMultiMBS class.
CURLSMultiMBS.AddCURL(CURL as CURLSMBS) as boolean
Function:
Add a standard CURL handle to the multi stack.
Notes: Lasterror is set.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CURL | MBS CURL Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Lasterror is set.
CURLSMultiMBS.CURLs as CURLSMBS()
Function:
Queries list of current CURL instances.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CURL | MBS CURL Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
CURLSMultiMBS.Perform
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CURL | MBS CURL Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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
Function:
Removes a CURL handle from the multi stack again.
Notes:
Lasterror is set.
Plugin calls this automatically when TransferFinished event was called.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CURL | MBS CURL Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
