| 
            
              TFtpTransferProgressTotalBytes Property
             | 
          
        
        
            Total number of bytes being transferred. May be 0 if unknown.
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic long TotalBytes { get; }Public ReadOnly Property TotalBytes As Long
	Get
public:
property long long TotalBytes {
	long long get ();
}member TotalBytes : int64 with get
function get_TotalBytes();
 View SourceProperty Value
Int64
See Also