Hi,
Does anywone know when a UnknownMessageReceived event on a WCF ServiceHost will be fired?
I have some code where I capture the Faulted en UnknownMessageReceived event but even when I post a wrong message to a particular service I never get the event.
Jochen