does WCF's NetTCPBinding supports Socks Proxy?

2019-07-11 14:22发布

问题:

I've got a client/server WCF application I want to deploy in a corporate environement.

They usually don't allow direct Internet connections, so I must use their SOCKS proxy.

Is it possible to use the netTcpBinding channel over a socks proxy?

回答1:

After a lot of research, definitely not (link to my own post on msdn)