views:

518

answers:

1

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.

+5  A: 

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

quickcel
Seems like IPGlobalStatistics is the way to go
Abhijeet Patel