Mohamed Mansour's Personal Website
Articles
Comments on How to calculate network bandwidth speed in c#
13 Replies: (add yours)
m0
5Hey noam, since you emailed me regarding that problem, I want to let other people know that if you are experiencing problems compiling this solution, make sure you update your .NET Framework and IDE. This code is compatible with .NET 2.0+ and VS2005+.
› Posted on June 20, 2008, 9:18 am
ofir
7cant get it work in wpf application project. the byteRecived parameters might seems diffrent or calculation is wrong,, i got the same code but with DispatcherTimer();
and showing the speed in a label content
CODE:
//WPF Application
label1.Content = bytesReceivedSpeed.ToString() + "\n" + bytesSentSpeed.ToString();
this code shows me diffrent speed then yours :S
any idea why?
please help
thanks for your code :)
› Posted on March 27, 2009, 9:59 am
hoai_thanh
8Dear Noam.
I am very interested for this topic so I have translate its to Vietnamese to introduce to my coder-friends. Are you agree?
Happy to know your blog.
(Sorry for my bad english.)
› Posted on July 7, 2009, 1:28 am
hoai_thanh
9Here link .
vn.uploader.blog.yahoo.com/post/post_html_simple.php
I can modify its for your request (if need)
› Posted on July 7, 2009, 1:30 am
SummerBulb
12What if you're connected through a router? or a set of switches?
The application will measure the packets sent over the LAN and create a false report.
› Posted on October 29, 2009, 4:03 am
monika
13thanks for the code.
I m trying to run this through visual studio 2005.
and i have to do it in that only
› Posted on June 19, 2010, 6:09 am

sssss
1ssssssasa
› Posted on April 6, 2008, 9:47 pm