WebSocket message type.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public Enumeration WebSocketMessageType
C#
public enum WebSocketMessageType

Members

Member nameDescription
Supported by the .NET Compact FrameworkText
Text message.
Supported by the .NET Compact FrameworkBinary
Binary message.
Supported by the .NET Compact FrameworkClose
Close message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also