Hi there.
I would like to be able to change standard scheme for NetTcpBinding to something different like "net.gzip" instead of "net.tcp". As far as I understand the architecture of WCF in this particular case of mine I do need to create my own class derived from TransportBindingElement which will override Scheme property. What I really like to ask is: what is the simple way to do it. I tried to derive a class from TcpTransportBindingElement but it never worked due to some problems with BuildChannelListener and BuildChannelFactory methods.
Any help would be greatly appreciated!!!