Inspect specific WCF message

36 Views Asked by At

I want to inspect certain WCF messages not all. We have some methods with a specific return type. e.g. :

MyApplication.Entities.SpecificResponse

I know I can clone the messasge, dig into the soap message, but it looks to be expensive to inspect for all messages.

0

There are 0 best solutions below