Method | Description | |
---|---|---|
Start ( String sHostURI ) : void |
Start the server listening.
|
|
Stop ( ) : void |
Stop the server listening.
|
Method | Description | |
---|---|---|
OnClient ( IWebSocketConnection Socket ) : void |
When a client is connected, bind all relevant events.
|