---
title: "Question  :  What is endpoint in WCF?"  
description: "Question  :  What is endpoint in WCF?"  
author: "Anonymous User"  
published: 2011-04-16  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/763/question-what-is-endpoint-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# Question  :  What is endpoint in WCF?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/763/question-what-is-endpoint-in-wcf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
