INetServiceProxy

Assembly: Net;

Description

The INetServiceProxy interface is used to determine proxy server settings that will be used on executing external internet queries.

Inheritance Hierarchy

INetServiceProxy

Comments

Foresight Analytics Platform implements proxy server connection via the libcurl external library. For details about library capabilities and constraints see the official library website: https://curl.haxx.se/libcurl/.

Properties

  Property name Brief description
The Active property determines whether proxy server is used.
The Address property determines a proxy server address.
The ConnectionString property returns the full connection string for proxy server.
The Integrated property determines whether proxy server system settings are to be used.
The NeedAuthentication property determines whether proxy server authentication is required.
The NoProxyString property determines a list of domains accessed directly and not via proxy server.
The NoProxyStringOriginal property returns the system list of domains accessed directly and not via proxy server.
The Password property determines a user password used for proxy server authentication.
The Port property determines a port to connect to proxy server.
The Password property determines a user name used for proxy server authentication.

Methods

  Method name Brief description
The Save method saves changes in settings.

See also:

Net Assembly Interfaces