net-tcp

How do you programmatically change the WCF message encoding for NetTcp?

I have a custom intranet application that has no interoperability requirements. We programatically construct a NetTcp channel in duplex mode for passing messages. We wanted to change the message encoding but haven't been able to figure out how to make that happen. The approach we have taken (unsuccessfully) has been to extend the NetT...

WCF on Win Server 2008 and IIS7 with only net.tcp binding hide IIS features

Hi all, I've installed HTTP Activation and Non-HTTP Activation IIS's features for Framework.NET 3.0 under WCF Activation feature. I'm trying to remove http and https bindings (under default Web Site) from IIS Manager and leave others (net.tcp, net.msmq, etc.) but if I close and re-open IIS manager I not found any icons in the right pan...