Endpoints provide clients access to the functionality offered by a WCF service.
Each endpoint consists of four properties:
i: Address: An address that indicates where the endpoint can be found.
ii: A binding that specifies how a client can communicate with the endpoint.
iii: A contract that identifies the operations available.
iv: A set of behaviors that specify local implementation details of the endpoint.