The information in this topic may be out of date. The current SDK reference guide has moved here.
proxy property
Use this method to configure Eyes so that it will interact with the Eyes server via a proxy.
By default, the SDK interacts directly with the Eyes server. If necessary, you can define a proxy server so that the SDK will interact with the proxy server, and the proxy server will relay the interaction to the Eyes server.
Syntax
Call syntax
AbstractProxySettings* value; // give relevant initial value
eyes.proxy = value
value = eyes.proxy
Declaration
(strong, nonatomic, nullable) AbstractProxySettings *proxy
Type:AbstractProxySettings*