Click or drag to resize

WebSocketServerStart Method

Starts 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 Start()
Exceptions
ExceptionCondition
InvalidOperationException

There is no server certificate for secure connection.

-or-

The underlying TcpListener has failed to start.

Remarks
This method does nothing if the server has already started or it is shutting down.
See Also