HttpWebRequest Utilization on Network Bandwidth

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi all, I am using HttpWebRequest to connect to server to upload some files. Some feedback said that afraid if transfer a big file (example 10mb) over a slow leased line, will congested the network.
Thus I would like to know: 1)Any tools can be used to measure the transfer rate when I doing upload/download request? 2)Any part of the coding of HttpWebRequest I can modify (like the packet size) so that it will ensure smooth uploading of file?
Thanks for any input.
Regards, AhJian <hr class="sig SK

View the full article
 
Back
Top