Gets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero.
public int MaxDownloadSpeed { get; set; }
Public Property MaxDownloadSpeed As Integer
public:
property int MaxDownloadSpeed {
int get();
void set(int MaxDownloadSpeed);
}
Value
Maximum allowed download speed.