ComponentPro UltimateFtp

      DownloadFileAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Downloads the remote file to the data stream.

      Overload List

      DownloadFileAsync(String, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object)Downloads the remote file to the data stream.DownloadFileAsync(String, Stream, Object)Initiates an asynchronous operation to download the remote file to the data stream.DownloadFileAsync(String, String, ExtendedAsyncCompletedEventHandler<Int64>, Object)Downloads the remote file to the local file.DownloadFileAsync(String, String, Object)Initiates an asynchronous operation to download the remote file to the local file.DownloadFileAsync(String, String, Int64, Int64, Int64, ExtendedAsyncCompletedEventHandler<Int64>, Object)Downloads the remote file to the local file.DownloadFileAsync(String, String, Int64, Int64, Int64, Object)Initiates an asynchronous operation to download the remote file to the local file.DownloadFileAsync(String, Stream, Int64, Int64, ExtendedAsyncCompletedEventHandler<Int64>, Object)Downloads the remote file to the data stream.DownloadFileAsync(String, Stream, Int64, Int64, Object)Initiates an asynchronous operation to download the remote file to the data stream.DownloadFileAsync(String, Stream)Initiates an asynchronous operation to download the remote file to the data stream.DownloadFileAsync(String, String)Initiates an asynchronous operation to download the remote file to the local file.DownloadFileAsync(String, String, Int64, Int64, Int64)Initiates an asynchronous operation to download the remote file to the local file.DownloadFileAsync(String, Stream, Int64, Int64)Initiates an asynchronous operation to download the remote file to the data stream.
      Top

      See Also