C# Class LoginServer.ServerList

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
AddServer ( ServerInfo server ) : void

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.

Method Details

AddServer() public méthode

Add a new Server to the Server List.
public AddServer ( ServerInfo server ) : void
server ServerInfo ServerInfo Object
Résultat void

AddServer() public méthode

Add a new Server to the Server List.
public AddServer ( string name, string host, int port ) : void
name string string
host string string
port int Int
Résultat void

ReportServers() public méthode

Outputs Server List to the Console.
public ReportServers ( ) : void
Résultat void