ComponentSpace FTP Class Library Reference

FailSafeTransfer.BeginDownload Method

Initiates an asynchronous download remote file.

Overload List

Initiates an asynchronous download remote file.

public IAsyncResult BeginDownload(string,string);

Initiates an asynchronous download remote file that has a specified state object.

public IAsyncResult BeginDownload(string,string,object);

Initiates an asynchronous download remote file 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 BeginDownload(string,string,object,AsyncCallback);

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace