Back to product page

Abort method


Aborts file transfer.

Syntax

  • Basic
object.Abort()
The Abort(object) syntax has these parts:
objectAn 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.

Platforms

Windows