Class NoBot

Inheritance
System.Object
NoBot
Implements
System.Web.UI.INamingContainer
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class NoBot : WebControl, INamingContainer

Constructors

NoBot()

Declaration
public NoBot()

Properties

CutoffMaximumInstances

Declaration
public int CutoffMaximumInstances { get; set; }
Property Value
Type Description
System.Int32

CutoffWindowSeconds

Declaration
public int CutoffWindowSeconds { get; set; }
Property Value
Type Description
System.Int32

ResponseMinimumDelaySeconds

Declaration
public int ResponseMinimumDelaySeconds { get; set; }
Property Value
Type Description
System.Int32

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

EmptyUserAddressCache()

Declaration
public static void EmptyUserAddressCache()

GetCopyOfUserAddressCache()

Declaration
public static SortedList<DateTime, string> GetCopyOfUserAddressCache()
Returns
Type Description
System.Collections.Generic.SortedList<System.DateTime, System.String>

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
System.Boolean

IsValid(out NoBotState)

Declaration
public bool IsValid(out NoBotState state)
Parameters
Type Name Description
NoBotState state
Returns
Type Description
System.Boolean

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Events

GenerateChallengeAndResponse

Declaration
public event EventHandler<NoBotEventArgs> GenerateChallengeAndResponse
Event Type
Type Description
System.EventHandler<NoBotEventArgs>

Implements

System.Web.UI.INamingContainer