C-DEngine 5.105

WebSocket..::..IsAlive Property

Gets a value indicating whether the WebSocket connection is alive.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsAlive { get; }
Public ReadOnly Property IsAlive As Boolean
	Get
public:
property bool^ IsAlive {
	bool^ get ();
}

Field Value

true if the connection is alive; otherwise, false.