Class GlobalBandwidthLimit
Global per-client bandwidth limit
[DataContract]
public class GlobalBandwidthLimit
- Inheritance
-
GlobalBandwidthLimit
- Inherited Members
Properties
LimitDown
The download bandwidth limit in Kbps. (0 represents no limit.)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "limitDown")]
public int LimitDown { get; set; }
Property Value
LimitUp
The upload bandwidth limit in Kbps. (0 represents no limit.)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "limitUp")]
public int LimitUp { get; set; }