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.
Содержание ColdFusion Server 5
Страница 18: ...xviii About This Book...
Страница 26: ...8 Chapter 1 Setting Up the Product...
Страница 42: ...24 Chapter 2 Configuring Browsers and Servers...
Страница 60: ...42 Chapter 3 Exploring the Workspace...
Страница 100: ...82 Chapter 6 Editing Pages...
Страница 126: ...108 Chapter 7 Using Web Development Languages...
Страница 212: ...194 Chapter 13 Customizing the Development Environment...
Страница 320: ...302 Glossary...