HttpServer Constructor (Int32) |
Namespace: Sfs2X.WebSocketSharp.Server
public HttpServer( int port )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | port is less than 1 or greater than 65535. |
The new instance listens for incoming requests on Any and port.
It provides secure connections if port is 443.