Abort Method
      
 

Description

Aborts file transfer.


Return Type

None  


Syntax

object.Abort


The Abort Method syntax has these parts:

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

Remarks

This method aborts current file transfer. After this method is called FileTransferEnd will fire with error 'Aborted' and File object will be removed from the collection.