NET FTP Library
Throttle Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : Throttle Method
Calculates the current and average transfer speed, throttling it if needed
Syntax
'Declaration
 
Protected Sub Throttle() 
'Usage
 
Dim instance As FTP
 
instance.Throttle()
protected void Throttle()
protected procedure Throttle(); 
protected function Throttle();
protected: void Throttle(); 
protected:
void Throttle(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members