Back to product page
- Introduction
- Overview
- License agreement
- Configuration file creation
- Getting Started
- Objects
- Enumerations
- wodAppUpdate
- Methods
- Properties
- AutoRestart
- Blocking
- CmdAfter
- CmdBefore
- CmdLine
- DebugFile
- DialogNoteText
- DialogNoteURL
- DialogText
- Files
- ForceRestart
- GlobalTerminate
- Login
- Messages
- Notification
- Password
- PrevExist
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- ReplaceRule
- RequireAdmin
- ServiceIsRunning
- Signature
- State
- StateText
- Timeout
- UpdaterName
- UpdaterTimeout
- URL
- URLHandler
- UserIsAdmin
- Version
- Visible
- WinVersion
- Events
- Notifications
- UpdFile
- UpdFiles
- UpdMessage
- UpdMessages
- UpdProcess
- UpdProcesses
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ProxyType property
Type of proxy used.
Type
An ProxyTypes enumerationSyntax
- Basic
object.ProxyType [= value]
The ProxyType(object,value) syntax has these parts:
The ProxyType(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodAppUpdate. |
value | An ProxyTypes value. |
Remarks
SettingsThe settings for value are:
Constant | Value | Description |
---|---|---|
ProxyNone | 0 | No proxy is used. |
ProxySocks | 1 | Connection is made through SOCKS proxy firewall. |
ProxyWEBStandard | 2 | Typical WEB proxy (using web CONNECT command) is used. |
ProxyWindows | 3 | Uses settings from the registry (same as Internet Explorer). |