Enabling or Disabling a Site's Maximum Transfer Speed (HasMaxSpeed)

Use the ICISite interface HasMaxSpeed property to determine if the site has a maximum transfer speed limit. Also use this property to enable or disable a transfer speed limit.

Signature:

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

HRESULT HasMaxSpeed([in] VARIANT_BOOL newVal);

 

True = Enabled

False = Disabled

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