C# Класс Pdelvo.Minecraft.Proxy.Library.MinecraftPinger

Provides methods to ping a minecraft server
Показать файл Открыть проект

Открытые методы

Метод Описание
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