ProxyServer - addProxyServer
ProxyServer - addProxyServer
Description :
This command adds a Proxy Server and returns true after successful execution.
Return type : Property Set class
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
name | String | Name of the Proxy Server |
description | String | Description for the Proxy Server |
hostName | String | Host name for the Proxy Server |
port | String | Port for the Proxy Server |
userName | String | User name for the Proxy Server |
password | String | Password for the Proxy Server |
resolveHost | Boolean | Whether to resolve host or not |
releaseCommand | Boolean | Argument whether true or false triggers this command |
Example
The following example adds a Proxy Server.
Script
ProxyServer addProxyServer myProxyServer "description" proxyhost 1080 user password true true
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.