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