IFtp.MaxUploadSpeed Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
MaxUploadSpeed
Gets or sets the maximum allowed upload speed, in kilobytes. For unlimited speed, set this to zero.
Declaration
int MaxUploadSpeed { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Maximum allowed upload speed. |