Gets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property MaxDownloadSpeed As Integer Get Set |
C# |
---|
public int MaxDownloadSpeed { get; set; } |