ComponentSpace FTP Class Library Reference

FtpClient.BeginAbort Method

Initiates an asynchronous abort.

Overload List

Initiates an asynchronous abort.

public IAsyncResult BeginAbort();

Initiates an asynchronous abort that has a specified state object.

public IAsyncResult BeginAbort(object);

Initiates an asynchronous abort that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginAbort(object,AsyncCallback);

See Also

FtpClient Class | ComponentSpace.Ftp Namespace