What is endpoint in WCF?

 Posted by Poster on 11/13/2008 | Category: WCF Interview questions | Views: 41778
Answer:

Every service must have Address that defines where the service resides, Contract that defines what the service does and a Binding that defines how to communicate with the service. In WCF the relationship between Address, Contract and Binding is called Endpoint.

The Endpoint is the fusion of Address, Contract and Binding.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Arun7331 on: 9/15/2014 | Points: 10
WCF endpoint comprises of three important element, called as A-B-C.
Address, Binding and Contract forms the core of WCF service.
If are a beginner, you will find this article very help full.

http://www.encodedna.com/wcf/tutorial/what-is-an-endpoint-in-wcf.htm




Login to post response