C# 클래스 AjaxControlToolkit.NoBot

상속: System.Web.UI.WebControls.WebControl, INamingContainer
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

Private Properties

프로퍼티 타입 설명
CheckResponseAndStoreState void
CreateSessionKey string

공개 메소드들

메소드 설명
EmptyUserAddressCache ( ) : void

Clears the user address cache

GetCopyOfUserAddressCache ( ) : string>.SortedList

Returns a copy of the user address cache

IsValid ( ) : bool

Returns whether or not the user is valid

IsValid ( NoBotState &state ) : bool

Returns whether or not the user is valid

NoBot ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CheckResponseAndStoreState ( ) : void
CreateSessionKey ( long ticks ) : string

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

EmptyUserAddressCache() 공개 정적인 메소드

Clears the user address cache
public static EmptyUserAddressCache ( ) : void
리턴 void

GetCopyOfUserAddressCache() 공개 정적인 메소드

Returns a copy of the user address cache
public static GetCopyOfUserAddressCache ( ) : string>.SortedList
리턴 string>.SortedList

IsValid() 공개 메소드

Returns whether or not the user is valid
public IsValid ( ) : bool
리턴 bool

IsValid() 공개 메소드

Returns whether or not the user is valid
public IsValid ( NoBotState &state ) : bool
state NoBotState NoBot state
리턴 bool

NoBot() 공개 메소드

public NoBot ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void