What are the wcf service endpoints?



What are the wcf service endpoints?..

Answer / Rachit Awasthi

In WCF, a service endpoint defines how clients can communicate with a service. It includes three main properties: binding, address, and contract. The binding specifies the protocol used for communication, the address is the location of the service, and the contract defines the functionality that the service provides.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Different ways to host WCF service?

1 Answers   Indiabulls,


Explain how does WCF works?

1 Answers  


what is msmq binding? : Wcf data services

1 Answers  


What is message contract in wcf?

1 Answers  


what are the main components of WCF?

1 Answers  


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

1 Answers  


What is the difference between transport level and message level security?

1 Answers  


WCF:Is the MsmqIntegrationBinding used the msmq.formatname scheme or the net.msmq scheme?

1 Answers  


Please explain briefly different instance modes in wcf?

1 Answers  


What are the different modes of security in WCF?

1 Answers  


Which bindings in wcf support the message streaming?

1 Answers  


In WCF what are duplex contracts?

1 Answers  


Categories