A Service Contract is a contract between a (web) service (such as a WCF service) and a client.
A contract between a (web) service and its client is called a Service Contract. Both the service and its client typically express this contract through an interface, which in WCF is attributed with ServiceContract
.