WebSocketIsAlive Property |
Gets a value indicating whether the connection is alive.
Namespace:
Sfs2X.WebSocketSharp
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsAlive { get; }
Property Value
Type:
Booleantrue if the connection is alive; otherwise,
false.
Remarks
The get operation returns the value by using a ping/pong
if the current state of the connection is Open.
See Also