WCF - Inspect the messages being sent/received?

后端 未结 6 1746
难免孤独
难免孤独 2020-12-13 03:51

I have 2 solutions: - Server Solution - Client Solution

The server registers itself to my localhost IIS: http://localhost/MyApp/

The client adds WCF Servic

6条回答
  •  爱一瞬间的悲伤
    2020-12-13 04:30

    Look at this StackOverflow thread: How to use Fiddler to monitor WCF service

    It answers some of your questions. you can also use something like WireShark if you want to examine everything on the wire rather than set up a Proxy, as Fiddler does.

提交回复
热议问题