Catalyst File Transfer .NET

FileTransfer.ProgressEventArgs.FileSize Property

Gets a value which specifies the size of the file being transferred.

[Visual Basic]
Public ReadOnly Property FileSize As Integer
[C#]
public int FileSize {get;}

Property Value

An integer value which specifies the number of bytes of data.

Remarks

The FileSize property specifies the total amount of data being read from the server and written to the local file, or sent from the local system to the server. If the amount of data was unknown or unspecified at the time the method call was made, then this value will always be the same as the BytesCopied property.

See Also

FileTransfer.ProgressEventArgs Class | SocketTools Namespace | BytesCopied Property | Percent Property