C# 클래스 fCraft.IPBanInfo

IP ban record.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attempts int
BanDate System.DateTime
LastAttemptDate System.DateTime

Private Properties

프로퍼티 타입 설명
IPBanInfo System
IPBanInfo System
LoadFormat0 IPBanInfo
LoadFormat1 IPBanInfo
LoadFormat2 IPBanInfo
ProcessAttempt void
Serialize string

비공개 메소드들

메소드 설명
IPBanInfo ( ) : System
IPBanInfo ( [ address, [ playerName, [ bannedBy, [ banReason ) : System
LoadFormat0 ( [ fields, bool convertDatesToUtc ) : IPBanInfo
LoadFormat1 ( [ fields ) : IPBanInfo
LoadFormat2 ( [ fields ) : IPBanInfo
ProcessAttempt ( [ player ) : void
Serialize ( ) : string

프로퍼티 상세

Attempts 공개적으로 프로퍼티

Login attempts from this IP.
public int Attempts
리턴 int

BanDate 공개적으로 프로퍼티

Date/time (UTC) when the ban was issued.
public DateTime,System BanDate
리턴 System.DateTime

LastAttemptDate 공개적으로 프로퍼티

Date/time (UTC) of the most recent login attempt.
public DateTime,System LastAttemptDate
리턴 System.DateTime