Specifies the location of a PAC (Proxy Auto-Configuration) file.
WebAPI.bdh
WebSetProxyAutoConfigFile( in sProxyAutoConfig : string, in bCachedLookups : boolean optional );
Parameter | Description |
---|---|
sProxyAutoConfig | Specifies the location of the PAC file. This may be a Web URL like http://localhost:81/proxy.pac or it may be a file location like K:\temp\proxy.pac. Specify null to reset this setting. |
bCachedLookups | "True" uses the cached proxy for reoccurring sites. "False" (default) always executes the proxy auto-config lookup. |