Click or drag to resize

MessageEventArgsIsBinary Property

Gets a value indicating whether the message type is binary.

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

Property Value

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