SetProxy 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
BatchClose value = obj.SetProxy(proxy);
obj.Proxy = value;
= obj.Proxy;
Note that this feature is available as both a method and a property.
Parameters
- proxy
- Type:WebProxy
- An object that defines how to interact with the proxy server.
Return value
- Type: BatchClose