What is the "binding" property of endpoint in wcf?



What is the "binding" property of endpoint in wcf?..

Answer / Ashok Ram

"Binding" in WCF is a configuration object that defines communication details between clients and services, such as transport (HTTP, TCP), encoding (SOAP, XML, binary), security (basicHttpSecurity, WSHttpSecurity), transaction (OleTransactions, MSDTC), and relaying (WSReliableMessaging). It connects the service contract to a protocol, and is configured using classes deriving from System.ServiceModel.Channels.Binding."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

WCF:What is it the Reliable session?

1 Answers  


How many Instance modes is supported by WCF?

1 Answers  


Give the address format of all the bindings in wcf.

1 Answers  


What is abc in wcf?

1 Answers  


What is the "contract" property of endpoint in wcf?

1 Answers  


Define service contracts?

1 Answers  


What is the one-way mode in wcf?

1 Answers  


Is it possible for a WCF service to implement Multiple service contracts?

1 Answers   HCL,


What do you understand by the term data contract?

1 Answers  


what is wcf tcp binding type? : Wcf data services

1 Answers  


Explain service contracts?

1 Answers  


Can you explain how end points, contract, address and bindings are done in wcf?

1 Answers  


Categories