Initiates an asynchronous download remote file that has a specified state object.
The IAsyncResult that identifies the posted asynchronous request.
In asynchronous processing, you use BeginDownload to raise the DownloadCompleted event when the download has completed. You complete the operation by calling EndDownload.
Use this overload to associate information with the operation that will be preserved throughout the operation's lifetime. The event handler can detect this information by looking at the AsyncState of the IAsyncResult that is associated with the operation.
FailSafeTransfer Class | ComponentSpace.Ftp Namespace | FailSafeTransfer.BeginDownload Overload List