Click or drag to resize
FloodProtectionHelper Class
Flood protection class.
Inheritance Hierarchy
SystemObject
  CMS.MembershipFloodProtectionHelper

Namespace: CMS.Membership
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
Syntax
C#
public static class FloodProtectionHelper

The FloodProtectionHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberUserBasedProtection
Gets or sets the value that indictaes whether for authenticated user is action's flood interval checked with dependence on current user or IP address
Top
Methods
  NameDescription
Public methodStatic memberCheckFlooding
Returns true if the current IP address or user floods the system.
Top
See Also