C# Class LoginServer.ServerInfo

Exibir arquivo Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
ServerInfo ( string servername, IPAddress ip, int port ) : System

Private Methods

Method Description
ServerInfo ( string servername, IPEndPoint server_endpoint ) : System
ServerInfo ( string servername, IPEndPoint server_endpoint, double percent_full, TimeZoneInfo timezone ) : System

Method Details

ServerInfo() public method

public ServerInfo ( string servername, IPAddress ip, int port ) : System
servername string
ip System.Net.IPAddress
port int
return System