C# Class LoginServer.ServerInfo

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

Méthodes publiques

Méthode Description
ServerInfo ( string servername, IPAddress ip, int port ) : System

Private Methods

Méthode Description
ServerInfo ( string servername, IPEndPoint server_endpoint ) : System
ServerInfo ( string servername, IPEndPoint server_endpoint, double percent_full, TimeZoneInfo timezone ) : System

Method Details

ServerInfo() public méthode

public ServerInfo ( string servername, IPAddress ip, int port ) : System
servername string
ip System.Net.IPAddress
port int
Résultat System