Skip to main content

ProxySettingsPlain type

An object used to set and retrieve the details of the proxy server used to interact with the Eyes server.

To set a proxy server, create an object of this type and pass it to the setProxy method.

isHttpOnly property

Syntax

proxySettings = { isHttpOnly: value_boolean };

Type: boolean

password property

Syntax

proxySettings = { password: value_string };

Type: string

url property

Syntax

proxySettings = { url: value_string };

Type: string

username property

Syntax

proxySettings = { username: value_string };

Type: string