TCnWebProxy.Address Property

Gets or sets the address of the proxy server.

Namespace: CNClrLib.Component.WebProxy
published
 property Address: String read GetAddress write SetAddress;

Property Value

Type: String

A Uri instance that contains the address of the proxy server.

The Address property contains the address of the proxy server. When automatic proxy detection is not enabled, and no automatic configuration script is specified, the Address property and BypassAddressList determine the proxy used for a request.

When the Address property is null, requests bypass the proxy and connect directly to the destination host.