C# Class AjaxControlToolkit.NoBot

Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Private Properties

Property Type Description
CheckResponseAndStoreState void
CreateSessionKey string

Public Methods

Method Description
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

Protected Methods

Method Description
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
CheckResponseAndStoreState ( ) : void
CreateSessionKey ( long ticks ) : string

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

EmptyUserAddressCache() public static method

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

GetCopyOfUserAddressCache() public static method

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

IsValid() public method

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

IsValid() public method

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

NoBot() public method

public NoBot ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void