Click here to Skip to main content
15,922,512 members

Comments by donaldabhay (Top 1 by date)

donaldabhay 24-Aug-13 7:04am View    
It is simple app say WPF application and want to download from web or remote network.I have done research on http://www.codeproject.com/Articles/21053/MyDownloader-A-Multi-thread-C-Segmented-Download-M. I want to know if there are other more effective ways being available besides using GetResponse() from FtpWebRequest/HttpWebRequest and mutithreaded segments download.