Méthode | Description | |
---|---|---|
AddServer ( |
Add a new Server to the Server List.
|
|
AddServer ( string name, string host, int port ) : void |
Add a new Server to the Server List.
|
|
ReportServers ( ) : void |
Outputs Server List to the Console.
|
public AddServer ( |
||
server | ServerInfo Object | |
Résultat | void |
public AddServer ( string name, string host, int port ) : void | ||
name | string | string |
host | string | string |
port | int | Int |
Résultat | void |