Aborts the process of received the file and directory listing.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub Abort |
C# |
---|
public void Abort() |
Remarks
Calling Abort()()()() will not ignore the last received item.
You have to call Ignore()()()() prior to calling Abort()()()()
if you don't want to have the last received item in your list.