문제

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.

도움이 되었습니까?

해결책

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

http://www.wireshark.org/

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top