|
Sub-properties |
|
| acAutoUpgrader and acHTTP components.
|
| type
|
| TacProxy = class
|
| published
|
| property AccessType: TacHTTPAccessType;
|
| property ProxyServer: String;
|
| property ProxyPort: Integer;
|
| property ProxyBypass: TStrings;
|
| end;
|
| The Proxy structure controls the connection type for the AutoUpgrader component and settings for estabilishing connection via proxy. Connection type (AccessType) can be "pre-configured" (AutoUpgrader will use settings from Control Panel), direct, or via specified proxy server.
|