WCF (winodws service hosting) service uses set of protocols and bindings: http, https, net.tcp, net.pipe. It uses config file settings.
I want to build demo version of the service. This demo will use only net.pipe protocol. How I can restrict service to use only this one? I can do changes in code , but how and where?