G
Guest
I would like to be able to measure the following when using the HttpWebRequest class;
- host name resolution time
- connect time
- HTTP download time
I realize these metrics are not inherently supported by the class. Can you think of any way to measure these things short of writing my own HTTP implementation on top of Sockets?
- host name resolution time
- connect time
- HTTP download time
I realize these metrics are not inherently supported by the class. Can you think of any way to measure these things short of writing my own HTTP implementation on top of Sockets?