Question

I'm currently debugging a 3rd party component and I need to monitor to see if it is making an outbound webservice call. Does anyone know of a way of quickly setting up something to monitor this as I step over the code.

Was it helpful?

Solution

I would get wireshark. It can trace network packets, its a quick install.

http://www.wireshark.org/

OTHER TIPS

Old but good and completely free: http://www.nirsoft.net/utils/smsniff.html

Try fiddler, easier to use than wireshark if this is new to you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top