C# Класс Pdelvo.Minecraft.Proxy.Library.Plugins.Events.CheckIPEventArgs

Provides information about a given ip address and let plugins decide if the present address is alowed to join
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckIPEventArgs ( IPAddress remoteAddress, bool allowJoining ) : System

Creates a new instance of the CheckIPEventArgs class.

Описание методов

CheckIPEventArgs() публичный Метод

Creates a new instance of the CheckIPEventArgs class.
public CheckIPEventArgs ( IPAddress remoteAddress, bool allowJoining ) : System
remoteAddress System.Net.IPAddress The ip address of the remote end point.
allowJoining bool True if the user is allowed to join, otherwise false.
Результат System