1
Answer

show/hide method from client in WCF

 If i have WCF service and there are three client and i want to show the only 2 method to client 1 and 3 methods to client 2 and 1 method to client 3.
What will be the approach?

Answers (1)