|
Sub-properties |
|
| acHTTP and acAutoUpgrader components.
|
| type
|
| TacHTTPProxy = class
|
| published
|
| property AccessType: TacHTTPAccessType;
|
| property ProxyServer: String;
|
| property ProxyPort: Integer;
|
| property ProxyBypass: TStrings;
|
| end;
|
| The Proxy structure controls the connection type for the acHTTP component and settings for estabilishing connection via proxy. Connection type (AccessType) can be "pre-configured" (acHTTP will use settings from Control Panel), direct, or via specified proxy server.
|
|
|
| If proxy requires authentication write OnProxyAutenticationRequest event handler to prompt and specify user's login information.
|
| OnProxyAuthenticationRequest event.
|