Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
WHY Bindings????
What is the need to use WCF bindings? Can't the service itself infer the type of binding from the address ?
For ex:
if the address is net.tcp//sample.svc then it should be tcp binding or if http://localhost/wcf.com/sample.svc then it should be http binding.
Posted
Updated 22-Jun-13 20:32pm
v2

1 solution

When you generate a service proxy, the binding is actually automatically inferred.
However, you would still want to customize a number of attributes within that binding.

You could even create your own binding.
 
Share this answer
 

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