| 
            
              TFtpTransferProgressTransferredBytes Property
             | 
          
        
        
            Number of bytes that have already been transferred.
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic long TransferredBytes { get; }Public ReadOnly Property TransferredBytes As Long
	Get
public:
property long long TransferredBytes {
	long long get ();
}member TransferredBytes : int64 with get
function get_TransferredBytes();
 View SourceProperty Value
Int64
See Also