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

Provides methods to ping a minecraft server
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy

공개 메소드들

메소드 설명
GetServerInformationAsync ( IPEndPoint remoteAddress ) : Task

Pings a minecraft server and returns the result string

PingServerAsync ( IPEndPoint remoteAddress ) : Task

Pings a minecraft server and returns the result string

메소드 상세

GetServerInformationAsync() 공개 정적인 메소드

Pings a minecraft server and returns the result string
public static GetServerInformationAsync ( IPEndPoint remoteAddress ) : Task
remoteAddress System.Net.IPEndPoint The server adress
리턴 Task

PingServerAsync() 공개 정적인 메소드

Pings a minecraft server and returns the result string
public static PingServerAsync ( IPEndPoint remoteAddress ) : Task
remoteAddress System.Net.IPEndPoint The server adress
리턴 Task