Click or drag to resize

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
C#
public bool IsPing { get; }

Property Value

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