User Guide

262 Chapter 14 Scripting the Visual Tools Object Model
MultiThreaded
Syntax MultiThreaded: WordBool
Description Boolean. Sets and gets whether the HTTPProvider uses multithreading when
executing HTTP requests.
NoCache
Syntax NoCache: WordBool
Description Boolean. Sets and gets the NoCache request-header field.
Password
Syntax Password: OleVariant
Description Sets and gets the Web server access password.
Proxy
Syntax Proxy: OleVariant
Description Sets and gets the proxy server. Use the GetApplicationSetting() function with the
following setting constants (50 and 51) to extract the users’ proxy server settings:
var app = Application;
var httpPro = app.HTTPProvider;
httpPro.Proxy = app.GetApplicationSetting(50);
httpPro.ProxyPort = app.GetApplicationSetting(51);
ProxyPort
Syntax ProxyPort: OleVariant
Description Sets/gets the proxy server port.
ProxyUsername
Syntax ProxyUsername: OleVariant
Description Sets/gets the proxy server username.
ProxyPassword
Syntax ProxyPassword: OleVariant
Description Sets/gets the proxy server password.