Search code examples
wcf

What is "mexHttpBinding"?


What is "mexHttpBinding" in WCF? When should this binding be used in preference to other bindings?


Solution

  • It is a binding that returns metadata so you can build a proxy at the client side. See here. More here as well.