|
Sub-properties |
|
| WinHTTP component.
|
| type
|
| TWinHTTPProxy = class
|
| published
|
| property AccessType: TWinHTTPAccessType;
|
| property ProxyServer: String;
|
| property ProxyPort: Integer;
|
| property ProxyBypass: TStrings;
|
| end;
|
| The Proxy structure controls the connection type for the WinHTTP component and settings for estabilishing connection via proxy. Connection type (AccessType) can be "pre-configured" (WinHTTP 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.
|