Click here to Skip to main content
15,919,500 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I Have 3 URLs

Ex :
1.YouTube.com
2.Google.com
3.CodeProject.com

From here i am downloading data from each URL.
If I downLoad 1GB of data , other 2 URL automatically stops downloading.

for this just tel me what i have to do to communicate between each URL.

Sample code highly appreciated..

What I have tried:

I tried with threading.
but aborting threading and thread communication between the thread is difficult.
Posted
Updated 28-Jan-18 20:22pm

1 solution

Please check the below solution.This should be a good starting point.For your functionality like restricting other downloads if 1 is in progress that can be achieved after looking into the sample mentioned in URL.\

MyDownloader: A Multi-thread C# Segmented Download Manager[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900