C# 클래스 Pdelvo.Minecraft.Proxy.Library.RemoteServerInfo

This class contains information about a backend server
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy 1 사용 예제들

공개 메소드들

메소드 설명
RemoteServerInfo ( string name, IPEndPoint endPoint, int minecraftVersion ) : System.Net

Create a new instance of the RemoteServerInfo class

메소드 상세

RemoteServerInfo() 공개 메소드

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
리턴 System.Net