Click here to Skip to main content
16,020,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

Question : I have two types of consumers on my wcf service

Type 1. They will only request data so I want to have them consume service via basicHttpBinding.

Type 2. Here it will be callback contract so I want have them consume same service via net.Tcpbinding.


Use of Service : When Type1 consumer will request for data the webservice will look in to list of type2 consumer to get that data and one the data will be at service side it will be given to type1 consumer.

Now is there any way I can restrict that Type 1 client cannot get what other endpoints that WCF service have when they consume the service?
Posted
Updated 18-Apr-12 7:43am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900