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

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

Public Methods

Method Description
RemoteServerInfo ( string name, IPEndPoint endPoint, int minecraftVersion ) : System.Net

Create a new instance of the RemoteServerInfo class

Method Details

RemoteServerInfo() public method

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
return System.Net