MessageEventArgsIsPing Property |
Gets a value indicating whether the message type is ping.
Namespace:
Sfs2X.WebSocketSharp
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsPing { get; }
Property Value
Type:
Booleantrue if the message type is ping; otherwise,
false.
See Also