Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6775553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:55:12+00:00 2026-05-26T15:55:12+00:00

I want to download a single file with Multi-Threads in C#. e.g: Thread1 start

  • 0

I want to download a single file with Multi-Threads in C#.
e.g:
Thread1 start downloading from 1% to 40%.
Thread2 start downloading from 41% to 70%.
Thread3 start downloading from 71% to 100%

Please suggest me some code. Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:55:13+00:00Added an answer on May 26, 2026 at 3:55 pm

    How about using HttpRequest class, with AddRange method called. This should a header with offset from which to start downloading.

        var request = HttpWebRequest.Create(new Uri("http://www.myurl.com/hugefile"));
    
        request.Method = "GET";
        request.AddRange(offset_for_this_thread);  // I assume you have calculated this
                                                   // before firing threads
        Stream reponseStream = request.GetResponse().GetResponseStream();
    

    You can then read from ´responseStream´ the data and merge it with the other threads once it is done.

    However, as noticed by everybody else, this will only bring value if you have two adapters, both connected to internet, and you have some kind of bandwidth balancing between those adapter… Otherwise Windows wil likely divert everything to the same connection.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to download a PDF file from a SQL Server database which is
I want to download a wav file from a web service, cache it on
I have a zip archive artifact. I'm interested in downloading a single file from
I'm doing a project on java download manager.i want to download a single file(which
What are some tips on downloading a single file from a GitHub repo? I
Is there a way to programmatically download a single file from a remote Mercurial
I want to use HttpOpenRequest to download a file from internet using GET. I
I want to download a document from a server. Creating the document in the
I want to create a WAR that would only contain a single zip file
In my app, i want to download video files from server and store that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.