What is an endpoint in WCF?

endpoint is a way to specify how the communication has to happen between server and client. endpoint contains information of building blocks of WCF. endpoint = Address + Binding + Contract.

No comments:

Post a Comment