Gets or sets the maximum allowed download speed, in kilobytes per second. For unlimited speed, set this to zero.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property MaxDownloadSpeed As Integer
	Get
	Set
C#
public int MaxDownloadSpeed { get; set; }

Field Value

Maximum allowed download speed (KB/s).

Implements

IFtp..::..MaxDownloadSpeed

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also