Click or drag to resize

HttpServer Constructor

Initializes a new instance of the HttpServer class.

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