ProxyPort

Integer (port-number)

Not specified

Purpose

When the value of the ProxySettingsLocation parameter is set to ini, the optional ProxyPort parameter specifies the valid port number of the proxy server controller through which a connection is made to the host server.

If the value of the ProxySettingsLocation parameter is set to ini and this parameter is not defined or a parameter value is not specified, the value of the proxy port property in the JadeTcpIpProxy class instance is used.

If your application is behind a firewall and your network administrator requires connections to the Internet to be done through a proxy server, this parameter and the ProxyHost parameter identify the proxy server controller through which connections are made to the host server.

If the value of the ProxyType parameter is set to auto and the value of the ProxyPort property is not specified or is set to 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.

Parameter is read when …

An application first uses the JadeTcpIpProxy class.

This parameter applies only when the value of the JadeTcpIpProxy class proxyType property is ProxyType_Auto and the ProxySettingsLocation parameter is set to ini.