Is there something I can hook into that will fire every time a method is called on my wcf service? I looked at adding an operation invoker but I was hoping there was something more simple. Plus I’d rather not add attributes to everything in the contract.
Share
You could use a message inspector.