Click or drag to resize
BannedIPInfoProvider Properties

The BannedIPInfoProvider type exposes the following members.

Properties
  NameDescription
Protected propertyCachedBannedIPs
Contains denied IP address which accessed site from last change in banned IP info objects. Increases performance when attacker is spamming.
Public propertyDataSource
Data source for the provider
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected propertyGlobalBannedIPs
Stores global banned IPs and if it is allowed.
Public propertyHashtableSettings
Gets hashtable settings
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Protected propertyInfoObject
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyIsValid
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Public propertyStatic memberLastChange
Returns time of the last change in banned IP settings.
Protected propertyLastChangeInternal
Returns time of the last change in banned IP settings.
Protected propertySitesBannedIPs
Stores site related banned IPs and if it is allowed.
Public propertyTypeInfo
Object type information.
(Inherited from AbstractInfoProviderTInfo, TProvider, TQuery.)
Top
See Also