C# Class 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
Inheritance: System.EventArgs
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft.Proxy Class Usage Examples

Méthodes publiques

Méthode Description
CheckIPEventArgs ( IPAddress remoteAddress, bool allowJoining ) : System

Creates a new instance of the CheckIPEventArgs class.

Method Details

CheckIPEventArgs() public méthode

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.
Résultat System