FileSize property

Returns the size of the file being transferred.

Syntax
Visual Basic
Public Readonly Property FileSize As UInt64
C#
public ulong FileSize { get;}
Property value

The size of the file in bytes.

See also