ProxySettings Type
A container for proxy server settings.
Remarks
This type exposes a collection of properties for tuning up the proxy server configuration.
Fields
| |
Address String |
The IP address of the proxy server.
|
Authentication TsbxProxyAuthTypes |
The authentication type used by the proxy server.
| | patNoAuthentication | 0 | patBasic | 1 | patDigest | 2 | patNTLM | 3 |
|
Password String |
The password to authenticate to the proxy server.
|
Port Integer |
The port on the proxy server to connect to.
|
ProxyType TsbxProxyTypes |
The type of the proxy server.
The WebTunnel proxy is also known as HTTPS proxy. Unlike HTTP proxy, HTTPS proxy (WebTunnel) provides end-to-end security.
| | cptNone | 0 | cptSocks4 | 1 | cptSocks5 | 2 | cptWebTunnel | 3 | cptHTTP | 4 |
|
RequestHeaders String |
Contains HTTP request headers for WebTunnel and HTTP proxy.
|
ResponseBody String |
Contains the HTTP or HTTPS (WebTunnel) proxy response body.
|
ResponseHeaders String |
Contains response headers received from an HTTP or HTTPS (WebTunnel) proxy server.
|
UseIPv6 Boolean |
Specifies whether IPv6 should be used when connecting through the proxy.
|
UseProxy Boolean |
Enables or disables proxy-driven connection.
|
Username String |
Specifies the username credential for proxy authentication.
|
Constructors
constructor Create();
Creates a new ProxySettings object.