Platforms to show: All Mac Windows Linux Cross-Platform
CURLNMBS class Deprecated
Super class: CURLSMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | CURL | MBS CURL Plugin | 9.8 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This item is deprecated and should no longer be used.
You can use CURLSMBS instead.
A class to wrap libCURL.
We used to have a CURL with native SSL backend for macOS or windows.
Please move to CURLSMBS class, which can switch to using windows SSL backend instead fo openssl.
Subclass of the CURLSMBS class.
Super class CURLSMBS
This class has no sub classes.
Blog Entries
- MBS Xojo Plugins, version 25.5pr1
- News from the MBS Xojo Plugins Version 25.0
- News from the MBS Xojo Plugins Version 24.2
- News from the MBS Xojo Plugins Version 23.4
- News from the MBS Xojo Plugins Version 21.3
- News from the MBS Xojo Plugins Version 21.1
- News from the MBS Xojo Plugins Version 20.4
- News from the MBS Xojo Plugins Version 20.3
- CURL conference
- Adding CURLN* classes to MBS Xojo Plugins
Videos
Release notes
- Version 25.5
- Changed CURLNMBS, CURLMBS and related classes to just be subclasses for CURLSMBS, so old code keeps working.
- Version 24.2
- Added deprecation marks to CURLNMBS and related classes.
- Version 19.5
- Version 18.2
- Changed CollectOutputData, CollectHeaderData and CollectDebugData for CURLSMBS/CURLMBS/CURLNMBS to track if you set property and if you set to false, we ignore the data and do neither return error nor collect data. If never set, we may turn them to true, when you have no event and no file streaming.
- Version 18.0
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS CURL Plugin.
CURLNListMBS - CURLNMimePartMBS