Proxy property

When a Web proxy is required, this property specifies the IP address or hostname for the Web proxy to use.

Applies to

TCHMlicense

Declaration

property Proxy : String;

Description

A Web proxy is required when the local machine does not have direct access to the Internet and needs to forward the registration requests through another server. When it is required, use this property to specify the proxy's IP address or hostname.

A Web proxy server is a server that handles the HTTP requests of its clients by forwarding its requests to other servers (for example, the iNTERFACEWARE server). A client will connect to the Web proxy server to request a file. The proxy server then connects to the specified server and requests the file on behalf of the client.

If your network requires your Internet connection to be set up via a Web proxy, you must specify the proxy your network uses to forward HTTP requests to other servers.

By default, no proxy will be used. To unset a Web proxy, simply set this property to an empty string.


Chameleon Delphi Documentation