Search code examples
wcfserviceservicecontract

Get WCF Contracts implemented by a service


Is there any possibility as a client to get a list of contracts a WCF host exposes?

I would like to query a service and to ask what interfaces it implements.


Solution

  • Take a look at WCF Discovery.