Question - What is the "Contract" property of endpoint in WCF?
Answer -
The "Contract" property is just an interface between the client and server where client and server communicate with each other. Contracts are used to specify operations available.