How to find the data transfer rate over the network?
ASP.NET
2
Posts
2
Posters
1
Views
1
Watching
-
Hi In my application, I need to find the average data transfer rate over the network to show the progress bar, If any one know how to retrieve it in asp.net, kindly reply. Thanks in Advance Manoj Kaushik
-
Hi In my application, I need to find the average data transfer rate over the network to show the progress bar, If any one know how to retrieve it in asp.net, kindly reply. Thanks in Advance Manoj Kaushik
Theres no reliable way to get this information short of testing the connection. Obviously you'll get a different answer every time so you'd have to get an average some how. In short, its tricky and if its just for a progress bar don't bother (I don't see any way you could get it to work in this scenario anyway)