Click or drag to resize

WebSocketServerStop Method

Stops receiving incoming handshake requests.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Stop()
Exceptions
ExceptionCondition
InvalidOperationException The underlying TcpListener has failed to stop.
See Also