I am working in windows application which consumes WCF services(http) which are hosted in another server.Initial load of this application is too high. To find out root cause of the issue, I would like to see the network traffic when the windows application is running in my machine and i want to know how much time it is taking to make calls and get data from service.
Is there any tool to capture the network traffic when the windows application is running on the desktop.
thanks