C# Class Pdelvo.Minecraft.Proxy.Library.RemoteServerInfo

This class contains information about a backend server
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft.Proxy Class Usage Examples

Méthodes publiques

Méthode Description
RemoteServerInfo ( string name, IPEndPoint endPoint, int minecraftVersion ) : System.Net

Create a new instance of the RemoteServerInfo class

Method Details

RemoteServerInfo() public méthode

Create a new instance of the RemoteServerInfo class
public RemoteServerInfo ( string name, IPEndPoint endPoint, int minecraftVersion ) : System.Net
name string The name of the backend server
endPoint System.Net.IPEndPoint The ip end point of the backend server
minecraftVersion int The minecraft version of the backend server, null for auto detection
Résultat System.Net