WCF SDK Question: Download WCF SDK PDF

What is endpoint in WCF?

Tweet Share WhatsApp

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.

Download WCF SDK PDF Read All 71 WCF SDK Questions
Previous QuestionNext Question
What is binding and how many types of bindings are there in WCF?How to define a service as REST based service in WCF?