1
Answer

How to expose only some operations in WCF service to client?

There is a WCF service which has 10 operations and out of these 10 operations, we need to expose only 5 operations for one client and all 10 for another client. How can we implement this ?
Answers (1)