NET FTP Library
BytesTransferred Property






KellermanSoftware.NetFtpLibrary Namespace > TransferProgressChangedEventArgs Class : BytesTransferred Property
The amount of bytes already Transferred
Syntax
'Declaration
 
Public Property BytesTransferred As System.Long
'Usage
 
Dim instance As TransferProgressChangedEventArgs
Dim value As System.Long
 
instance.BytesTransferred = value
 
value = instance.BytesTransferred
public System.long BytesTransferred {get; set;}
public read-write property BytesTransferred: System.Int64; 
public function get,set BytesTransferred : System.long
public: __property System.long get_BytesTransferred();
public: __property void set_BytesTransferred( 
   System.long value
);
public:
property System.int64 BytesTransferred {
   System.int64 get();
   void set (    System.int64 value);
}
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

TransferProgressChangedEventArgs Class
TransferProgressChangedEventArgs Members