Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CURL | MBS CURL Plugin | 23.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
dim curl as CURLNMBS // your curl handle
dim m as CURLNWebSocketFrameMBS = curl.WebSocketReceive
if m <> nil then
TextAreaLog.AddText "Received: "+m.Text
end if
Constant | Value | Description |
---|---|---|
kFlagBinary | 2 |
This is binary data. |
kFlagClose | 8 |
Close this transfer. |
kFlagContinue | 4 |
This is not the final fragment of the message, which implies that there will be another fragment coming as part of the same message where this bit is not set. |
kFlagOffset | 32 | This is a partial fragment. more |
kFlagPing | 16 |
This as a ping. |
kFlagPong | 64 |
This is a pong. |
kFlagText | 1 |
The buffer contains text data. Note that this makes a difference to WebSocket but CURL itself will not make any verification of the content or precautions that you actually send valid UTF-8 content. |
This class has no sub classes.
The items on this page are in the following plugins: MBS CURL Plugin.
CURLNVersionMBS - CURLSFileInfoMBS