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
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft.Proxy 1 사용 예제들

공개 메소드들

메소드 설명
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