What is "mexHttpBinding"?

wcf

Solution

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

Problem

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

Original source