Click or drag to resize

MessageEventArgsIsText Property

Gets a value indicating whether the message type is text.

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

Property Value

Type: Boolean
true if the message type is text; otherwise, false.
See Also