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