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 public bool IsListening { get; }
Property Value
Type:
Booleantrue if the server has started; otherwise,
false.
See Also