C# Класс AjaxControlToolkit.NoBot

Наследование: System.Web.UI.WebControls.WebControl, INamingContainer
Показать файл Открыть проект

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