This is the binding defined for this endpoint that defines the serialization mechanism. For example:
wsHttpBinding and wsHttpBinding use SOAPnetTcpBinding uses binary serializationwebHttpBinding can use XML, Json, ...
You can read more about the various built-in bindings and their properties in this article . Thanks to the extensibility of WCF, you could, of course, write your own custom bindings.
Darin Dimitrov
source share