WCF NetTCPBinding vs HttpBinding difference in data sent on wire
问题 Say I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. They both implement exactly the same service contract. What is the difference in what is sent on the wire? Using netTcp is my message still serialised to XML ? Or some binary representation of my objects? In terms of what receives the messages what is the difference? Will the http endpoint only understand http commands (get/post etc) where as the nettcp end point understands