Click or drag to resize

WebSocketServer Constructor

Initializes a new instance of the WebSocketServer class.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public WebSocketServer()
Remarks
The new instance listens for incoming handshake requests on Any and port 80.
See Also