PowerTCP FTP for .NET
BytesCopied Property



Gets the total number of bytes transferred for the entire copy operation.
Syntax
public long BytesCopied {get;}
public:
property int64 BytesCopied {
   int64 get();
}
Public ReadOnly Property BytesCopied As Long
 
Dim instance As ListProgress
Dim value As Long
 
value = instance.BytesCopied
See Also

Reference

ListProgress Class
ListProgress Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic