C-DEngine 5.105

MessageEventArgs..::..IsBinary Property

Gets a value indicating whether the message type is binary.

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

Syntax


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

Field Value

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