C# Class AjaxControlToolkit.NoBot

Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Private Properties

Свойство Type Description
CheckResponseAndStoreState void
CreateSessionKey string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
CheckResponseAndStoreState ( ) : void
CreateSessionKey ( long ticks ) : string

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

EmptyUserAddressCache() public static méthode

Clears the user address cache
public static EmptyUserAddressCache ( ) : void
Résultat void

GetCopyOfUserAddressCache() public static méthode

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

IsValid() public méthode

Returns whether or not the user is valid
public IsValid ( ) : bool
Résultat bool

IsValid() public méthode

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

NoBot() public méthode

public NoBot ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void