How to call many wcf
services using a single wcf service ? I want to give access to only limited IP addresses. What method can be used to implement my requirement ?
Asked
Active
Viewed 33 times
0

Rajput
- 2,597
- 16
- 29
-
1what do you mean by "**to call many wcf services using a single wcf service**". About filtering by ip, you check out this: http://stackoverflow.com/questions/12947349/how-to-allow-some-specific-ip-address-to-access-my-wcf-service – Ricardo Pontual Dec 21 '16 at 12:01
-
Thanks a lot , that helped – Manoj Kumar Dec 27 '16 at 11:55