NumTotalBytesTransferred Property

Returns the total bytes for all files currently transferred, including file header bytes or other non-data file information such as redundancy bytes.

When forward error-correction (FEC) is used, the number of bytes transferred will be larger than the file size. For example, if a FEC of 20 percent is used, the NumTotalBytesTransferred value will be approximately 20 to 40 percent larger than the file size.

This property is always available after a transfer has started.

Syntax

NSFile.NumTotalBytesTransferred

© 1996-1998 Microsoft Corporation. All rights reserved.