Choosing the right WCF binding
A WCF binding is the endpoint component that defines how the client needs to communicate with the service. It groups settings such as underlying transport protocol, security requirements, and message encoding.
WCF provides nine built-in bindings:
2 comments:
Why Basic and Why Ws? When to use one another?
You have to read the full article to see the explanation.
Post a Comment