Class NoBot
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class NoBot : WebControl, INamingContainer
- Inheritance
-
NoBot
- Implements
-
INamingContainer
Constructors
Properties
public int CutoffMaximumInstances { get; set; }
Property Value
- int
public int CutoffWindowSeconds { get; set; }
Property Value
- int
public int ResponseMinimumDelaySeconds { get; set; }
Property Value
- int
Methods
protected override void CreateChildControls()
public static void EmptyUserAddressCache()
public static SortedList<DateTime, string> GetCopyOfUserAddressCache()
Returns
- SortedList<DateTime, string>
Returns
- bool
public bool IsValid(out NoBotState state)
Parameters
state
NoBotState
Returns
- bool
protected override void OnLoad(EventArgs e)
Parameters
e
EventArgs
Events
public event EventHandler<NoBotEventArgs> GenerateChallengeAndResponse
Event Type
- EventHandler<NoBotEventArgs>