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 public bool IsBinary { get; }
Property Value
Type:
Booleantrue if the message type is binary; otherwise,
false.
See Also