Retrieving or Setting Maximum Concurrent Connections (MaxConcurrentConnections)

Use the ICISite interface MaxConcurrentConnections property to retrieve or set the maximum number of concurrent socket connections allowed on a Site.

Signature:

HRESULT MaxConcurrentConnections([out, retval] long *pVal);

HRESULT MaxConcurrentConnections([in] long newVal);

Refer to Site Connection Limits Properties for an illustration of how this and other ICISite properties can be accessed in the Administrator interface.