Gets the number of total bytes to transfer.
This property is only available when the
BuildDirectoryTree property of the
TransferOptions object has been set to true.
public long TotalSize { get; }
Public ReadOnly Property TotalSize As Long
public:
property long TotalSize {
long get();
}