Downloads a file on the server and writes to the specified local file using multiple threads.
MultiPartDownload(String, String, Int32, MultiPartDownloadErrorEventHandler, MultiPartDownloadCompletedEventHandler) | Downloads a file on the server and writes to the specified local file using multiple threads. |
MultiPartDownload(String, String, Int64, Int64, Int64, Int32, MultiPartDownloadErrorEventHandler, MultiPartDownloadCompletedEventHandler) | Downloads a file on the server and writes to the specified local file using multiple threads. |
MultiPartDownload(String, String, Int64, Int64, Int64, Int32, Boolean, MultiPartDownloadErrorEventHandler, MultiPartDownloadCompletedEventHandler) | Downloads a file on the server and writes to the specified local file using multiple threads. |
Top