networkProxy

Type: JadeTcpIpProxy

The networkProxy property of the TcpIpConnection class contains a reference to a JadeTcpIpProxy object identifier of the proxy in the TcpIpConnection class object.

If this reference contains a non-null value, the JadeTcpIpProxy class connect method is executed, which connects to a proxy server, asking it to in turn connect to the destination address and port. You can reimplement the JadeTcpIpProxy class connect method. If the networkProxy property value is null, the TcpIpConnection class open or openAsynch method is executed.

Network proxies are supported only for the TcpIpConnection class open or openAsynch method.