set_proxy method
Use this method to provide the URL, username, and password of a Proxy server that the SDK can use to access the Eyes server.
Syntax
value = obj.set_proxy(proxy)
obj.proxy = value
value = obj.proxy
Note that this feature is available as both a method and a property.
Parameters
- proxy
- Type:ProxySettings
- An object that defines how to interact with the proxy server.
Return value
- Type: BatchClose