Méthode | Description | |
---|---|---|
Issue ( |
Allow the server to be visited by commands
|
|
Start ( ) : void |
Starts the server listening for network connections
|
|
Stop ( ) : void | ||
TcpServer ( |
Méthode | Description | |
---|---|---|
CreateConnection ( |
Creates a connection object from a TcpClient
|
Méthode | Description | |
---|---|---|
Listen ( object pars ) : void | ||
OnClientConnected ( object connection ) : void |
Handle clients connecting to the server by creating an AppInstance for the connection
|
protected CreateConnection ( |
||
client | ||
Résultat |
public Issue ( |
||
command | The command that will operate on the server | |
Résultat | void |
public TcpServer ( |
||
ip | ||
port | int | |
Résultat | System |