Size Property
      
 

Description

Holds size of the file being transferred.


Property type

A long value.  


Syntax

object.Size [= value]



The Size Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPFile.
value A long value.

Remarks

This property will return size of the file. It is used by both sides to determine how many bytes have to be sent/received. You can also use it in FileTransferProgress event to show progress bar.