Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

command glxapp_setHTTPProxy

Sets the HTTP proxy for your application with support for PAC files.

command glxapp_setHTTPProxy pUseWPAD
Parameters
TypeNameDescription
Simple parameter. pUseWPAD If true then glxapp_locatePACFileURLUsingWPAD() will be called in order to locate a PAC file.
Description

When using the custom version of libURL included with the framework you can call this command
to configure the proxy server. If the command detects that a PAC file should be used then httpproxyforurl
will have been initialized using the found PAC file.

This command sets the "use pac file" property (glxapp_setProp("use pac file") ).

Return

Error message

See also