INetServiceProxy.NoProxyString

Syntax

NoProxyString: String;

Description

The NoProxyString property determines a list of domains accessed directly and not via proxy server.

Comments

Domains in the list are separated via comma. If the Integrated property is set to True, the property returns the list saved in system settings but the list is modified, that is, domains are separated with comma.

Example

The example of use is given in description of the INetServiceProxy.Active property.

See also:

INetServiceProxy