Click or drag to resize

MessageEventArgsData Property

Gets the message data as a String.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string Data { get; }

Property Value

Type: String
A String that represents the message data if its type is text or ping and if decoding it to a string has successfully done; otherwise, .
See Also