C-DEngine 5.105

MessageEventArgs..::..IsText Property

Gets a value indicating whether the message type is text.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsText { get; }
Public ReadOnly Property IsText As Boolean
	Get
public:
property bool^ IsText {
	bool^ get ();
}

Field Value

true if the message type is text; otherwise, false.