Table of Contents

Class NoBot

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class NoBot : WebControl, INamingContainer
Inheritance
NoBot
Implements
INamingContainer

Constructors

NoBot()

public NoBot()

Properties

CutoffMaximumInstances

public int CutoffMaximumInstances { get; set; }

Property Value

int

CutoffWindowSeconds

public int CutoffWindowSeconds { get; set; }

Property Value

int

ResponseMinimumDelaySeconds

public int ResponseMinimumDelaySeconds { get; set; }

Property Value

int

Methods

CreateChildControls()

protected override void CreateChildControls()

EmptyUserAddressCache()

public static void EmptyUserAddressCache()

GetCopyOfUserAddressCache()

public static SortedList<DateTime, string> GetCopyOfUserAddressCache()

Returns

SortedList<DateTime, string>

IsValid()

public bool IsValid()

Returns

bool

IsValid(out NoBotState)

public bool IsValid(out NoBotState state)

Parameters

state NoBotState

Returns

bool

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

Events

GenerateChallengeAndResponse

public event EventHandler<NoBotEventArgs> GenerateChallengeAndResponse

Event Type

EventHandler<NoBotEventArgs>