calculating response time for a http request
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I need to calculate the response time of a http request using a VC++ program.Is there any function MFC classes(CHttpRequest or CInternetSession) that provides response time or should I calculate it manually. Please help me. regards and thanks, John. Overcome fear,everything is possible.
-
Hello, I need to calculate the response time of a http request using a VC++ program.Is there any function MFC classes(CHttpRequest or CInternetSession) that provides response time or should I calculate it manually. Please help me. regards and thanks, John. Overcome fear,everything is possible.
I don't think that it provides such a feature. Calculate it manually, that should make things easier. Don't try it, just do it! ;-)