What is "mexHttpBinding" in WCF? When should this binding be used in preference to other bindings?
MEX endpoints are special endpoints that allow clients to receive the service's metadata by using SOAP messages instead of http get requests. You can create MEX endpoint that can be accessed through http, https, tcp, and even named pipes.
In short, meta-behavioral skill is a mental process that occurs before an individual engages in action.
WCF services use metadata to describe how to interact with the service's endpoints so that tools, such as Svcutil.exe, can automatically generate client code for accessing the service. Most of the types that make up the WCF metadata infrastructure reside in the System. ServiceModel. Description namespace.
It is a binding that returns metadata so you can build a proxy at the client side. See here. More here as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With