HttpWebResponse
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, We are developing a Load testing tool like WebLoad. We use HttpWebRequest/Response objects to make request/response. I want to know how much time taken to download first chunk of data after i make request. As HttpWebRequest.GetReponse() method doesn't allow to get data in chunks.. Please help.. Thanks & Regards, nas