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.
| ||||||||||
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.
| ||||||||||
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.