1
Reply

Explain use of Endpoints in WCF Service?

Deepak Jain

Deepak Jain

Sep 05, 2012
1.3k
0

    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.

    SUNIL YADAV
    January 08, 2015
    1