C-DEngine 5.105

WebSocketServer..::..IsListening Property

Gets a value indicating whether the server has started.

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

Syntax


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

Field Value

true if the server has started; otherwise, false.