MozillaPrefs

String (file-name)

Not specified

Purpose

The MozillaPrefs parameter specifies the user preferences file (and optionally the file path) created by the Mozilla‑style Web browser that contains Web browser settings (that is, the types of proxy server, hosts, and ports) that are used when opening a TCP/IP connection using a proxy server.

When a TCP/IP connection using a proxy server is attempted and the JadeTcpIpProxy class browserType property is set to BrowserType_Netscape, JADE checks the MozillaPrefs parameter for the name of a valid Mozilla‑style Web browser user preferences file (which is usually called prefs.js). If it is not found, the values specified for JadeTcpIpProxy class properties are used.

An absolute path name (for example, \Documents and Settings\All Users\Application Data\Mozilla\Profiles\default\ac3gdmwe.slt\prefs.js) is preferable to only a file name in this parameter. If you do not specify the path, the relative path name from the current directory is used to locate the user preferences file. If the specified file cannot be found or it is not a valid Mozilla‑style Web browser user preferences file, an exception is raised.

Parameter is read when …

An application first uses the JadeTcpIpProxy class.