Gets the total number of bytes transferred during the transfer of the current file.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property CurrentFileBytesTransferred As Long
	Get
C#
public long CurrentFileBytesTransferred { get; }

Field Value

The number of bytes transferred.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also