Table of Contents

TWebSocketMessageType Enumeration

Specifies the type of message being sent or received through the WebSocket.

Syntax

Unit: Sparkle.WebSocket

Members

Name Value Description
Text 0 A text message, typically UTF-8 encoded.
Binary 1 A binary message.
Close 2 A close message, indicating that the WebSocket connection should be closed.