1
Reply

Explain use of Endpoints in WCF Service?

Deepak Jain

Deepak Jain

12y
1.3k
0
Reply

    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.