2
Answers

How to give access to service methods to different clients

jeevan mummadi

jeevan mummadi

14y
4.7k
1

hi,
i am new to wcf. i am creating one sample wcf service(Service) with ten methods.(I have only one interface IService)
And i have two clients A and B. I want to expose first four methods to client A and next 6 methods to client B.
Plz tell me how to give permission for those methods to corresponding clients.
Answers (2)