Wcf netTcpBinding without Soap

284 Views Asked by At

I wanted to ask is it possible to change format of message in netTcpBinding to not use Soap. I know it is possible with webHttpBindng but I want to know about netTcpBinding.

1

There are 1 best solutions below

0
On BEST ANSWER

My belief is that NetTcpBinding itself is SOAP based; however, one can create custom binding using TCP transport of WCF to implement something own.