Click or drag to resize

WebSocketServerIsListening Property

Gets a value indicating whether the server has started.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsListening { get; }

Property Value

Type: Boolean
true if the server has started; otherwise, false.
See Also