262
MultiThreaded
Syntax
MultiThreaded: WordBool
Boolean. Sets and gets whether the HTTPProvider uses multithreading when
Description
executing HTTP requests.
NoCache
Syntax
NoCache: WordBool
Boolean. Sets and gets the NoCache request-header field.
Description
Password
Syntax
Password: OleVariant
Sets and gets the Web server access password.
Description
Proxy
Syntax
Proxy: OleVariant
Sets and gets the proxy server. Use the
Description
following setting constants (50 and 51) to extract the users' proxy server settings:
var app = Application;
var httpPro = app.HTTPProvider;
httpPro.Proxy
httpPro.ProxyPort
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.
Chapter 14 Scripting the Visual Tools Object Model
GetApplicationSetting()
= app.GetApplicationSetting(50);
= app.GetApplicationSetting(51);
function with the
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?
Questions and answers