views:

373

answers:

1

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?

A: 

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

Brann