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

Provides methods to ping a minecraft server
Mostrar archivo Open project: pdelvo/Pdelvo.Minecraft.Proxy

Public Methods

Method 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 method

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

PingServerAsync() public static method

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