Bindings in WCF actually defines that how to communicate with the service. Binding specifies that what communication protocol as well as encoding method will be used. Optionally, binding can specify other important factors like transactions, reliable sessions and security.
Another WCF Tutorial gives more detailed understanding of Binding concept in WCF.
Another WCF Tutorial gives more detailed understanding of Binding concept in WCF.
There are different built-in bindings available in WCF, each designed to fulfill some specific need.
· basicHttpBinding
· wsHttpBinding
· netNamedPipeBinding
· netTcpBinding
· netPeerTcpBinding
· netmsmqBinding
No comments:
Post a Comment