Banning IP Addresses (AutoBanIPsPermanently)

Use the ICISite interface AutoBanIPsPermanently property to determine if the Server will permanently or temporarily ban connections from an IP address that has sent too many consecutive invalid commands.

Signature:

HRESULT AutoBanIPsPermanently([out, retval] VARIANT_BOOL *pVal);

HRESULT AutoBanIPsPermanently([in] VARIANT_BOOL newVal);

True = Permanently

False = Temporarily

Refer to Site Login Security and Anti-Flood/Hammer Settings for an illustration of how this and other ICISite properties can be accessed in the Administrator interface.