Retrieving Allowed IP Masks (GetAllowedMasks)

Use the ICIServer interface GetAllowedMasks method to retrieve a list of allowed IP masks for the server.

Signature:

HRESULT GetAllowedMasks([out, retval] VARIANT *aMasks);

Related Topics

Setting IP Addresses that have Access to a Site (IPAccessAllowedDefault)

Retrieving a List of Denied IP Masks (GetDeniedMasks)

Retrieving Denied IP Mask for a User (GetDeniedMask)

Retrieving Allowed IP Masks for a User (GetAllowedMasks)

Adding an IP Access Mask for a Client (AddIPAccessRule)

Removing an IP Access Mask for User (RemoveIPAccessRule)