Explain Message Contract in WCF? | WCF Interview Question

, ,

  • Message Contract is used to control the SOAP messages, sent and received by the client and server. 
  • Message Contract can be used to add custom headers in SOAP message 
  • Using Message Contract, we can customize the parameters sent using SOAP message between the server and client.