C-DEngine 5.105

HttpListener..::..IsListening Property

Gets a value indicating whether the listener has been started.

Namespace:  WebSocketSharp.Net
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 listener has been started; otherwise, false.