
User connection limits in the COM API include getting/setting maximum transfer speed, connection timeout seconds, maximum connections allowed for the user account, and maximum connections allowed from the same IP address. You can view/set these settings in the Administrator interface on the user's Connections tab by clicking Configure next to Connection Limits. The dialog box below is labeled with some of the parameters that are available in the ICIClientSettings interface.

Determining if a User has a Transfer Speed Limit (GetHasMaxSpeed)
Determining the Maximum Allowed Transfer Speed (GetMaxSpeed)
Determining How Long a Connection can be Inactive (GetTimeOut)
Determining if the Number of Concurrent Connections is Limited for Users (GetHasMaxUsers)
Determining the Maximum Concurrent Connections Allowed per User (GetMaxUsers)
Specifying the Maximum Connections Allowed per User (SetMaxUsers)
Determining Number of Connections Allowed from the Same IP Address (GetMaxIPs)
Specifying the Maximum Connections for IP Addresses (SetMaxIPs)