how do i detect internet is being idle ( no download/upload) using c#, and i would like to initiate download in my application when internet is idle.

link|improve this question

59% accept rate
You might want to look at rephrasing your question and being a little more specific. – Kane Jul 24 '09 at 4:32
feedback

1 Answer

Here is a similar SO question to yours that you might find useful:

http://stackoverflow.com/questions/566139/detecting-network-connection-speed-and-bandwidth-usage-in-c

link|improve this answer
Seems like IPGlobalStatistics is the way to go – Abhijeet Patel Jul 24 '09 at 4:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.