Gets or sets the maximum allowed upload 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 MaxUploadSpeed As Integer
	Get
	Set
C#
public int MaxUploadSpeed { get; set; }

Field Value

Maximum allowed upload speed.

Implements

IFtp..::..MaxUploadSpeed

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also