For http bindings, for example, BasicHttpBinding, proxy can be set through BasicHttpBinsing.UseDefaultWebProxy or BasicHttpBinding.ProxyAddress. But for NetTcpBinding, how to do that?
AFAIK there is no equivalent proxy functionality for TCP connections. You will have to use a mechanism in your router / firewall to forward the inbound traffic on one port to another computer/port - but it hasn't the same dynamic properties that a HTTP proxy has.
AFAIK there is no equivalent proxy functionality for TCP connections. You will have to use a mechanism in your router / firewall to forward the inbound traffic on one port to another computer/port - but it hasn't the same dynamic properties that a HTTP proxy has.