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

Provides methods to ping a minecraft server
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft.Proxy

Méthodes publiques

Méthode Description
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

Method Details

GetServerInformationAsync() public static méthode

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

PingServerAsync() public static méthode

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