Hi,
I'd like to create a speed test to test the connection. What I would like is a 15sec download which then gives me the average download speed.
Anyone knows how to create this? or has a better idea to make a speed test?
Thanks for reading!
|
3
|
Hi, I'd like to create a speed test to test the connection. What I would like is a 15sec download which then gives me the average download speed. Anyone knows how to create this? or has a better idea to make a speed test? Thanks for reading! |
|||
|
|
|
|
This sample will try to download googletalk, and then outputs details of the download. ps. when trying to time and operation avoid using DateTime as they can cause problems or inacurecy, always use Stopwatch available at System.Diognostics namespace.
|
||||||
|
|
|
In Visual Basic dot net, the "My" class provide a function to download files, try to search for its alias in C#. Then create a timer counter and count seconds ellapsed since the download began. |
||
|
|
|
|
There is a library on CodeProject that I found. It is a couple of C# classes that let you monitor your network connections including upload and download speeds. Link here |
||
|
|