Search code examples
wcfwcf-binding

Wcf netTcpBinding without Soap


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.


Solution

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