Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( Action |
||
WebSocketServer ( int port, string location ) : System | ||
WebSocketServer ( string location ) : System |
Method | Description | |
---|---|---|
ListenForClients ( ) : void | ||
OnClientConnect ( ISocket clientSocket ) : void | ||
ParseIPAddress ( |
public WebSocketServer ( int port, string location ) : System | ||
port | int | |
location | string | |
return | System |
public WebSocketServer ( string location ) : System | ||
location | string | |
return | System |