Back to product page

Abort method


Aborts current transfer.

Type

Void

Syntax

  • C#
  • VB.NET
public Void Abort();

public Sub Abort()

Remarks

Abort method will abort current transfer. When this method is called, any ongoing GetFile, PutFile or Connect method operation will immediately stop and "Aborted by user" exception will be thrown to application.

Platforms

Windows