port

Type: Integer[4]

The port property of the JadeTcpIpProxy class contains the port number of the proxy server controller through which a connection is made to the host server. If your application is behind a firewall and your network administrator requires connections to the Internet to be done through a proxy server, this property and the host property identify the proxy server controller through which connections are made to the host server.

If the value of the proxyType property is set to ProxyType_Auto (0) and the value of the port property is zero (0), the default port number is used for each attempted protocol. The default port number is 80 for HyperText Transfer Protocol (http), 3128 for HyperText Transfer Protocol secure (https), and 1080 for SOCKS V4.

For examples of reimplementing JadeTcpIpProxy class functionality, see "Proxy Communication Code Examples", earlier in this chapter. See also "Considerations when Implementing JadeTcpIpProxy Class Features", earlier in this chapter.