62
WebLink Set/Get/Do Commands
weblink.ip.conn[12].test.test_on
Example • The test connection can assist the user is several ways/scenarios:
1.If the test.test_on value is set to "failure", any time the main weblink
(conn[12].location) connection fails to connect then the test.location URL will be used. An attempt will be made to contact the remote URL in test.location, using authentication and proxy configuration that is specified by the main connection.
2.If the test.test_on value is set to "interval" an attempt will be made to contact the remote URL in test.location every test.retry_interval seconds, using authentication and proxy configuration that is specified by the main connection.
3.If the test.test_on value is set to "both", then scenario 1 and 2 will both occur. This is useful for users who will use an HTTP connection to move through their firewall - and thereafter frequently refresh the connection to indicate to their firewall that there is still activity for the purpose of keeping the connection alive.
| 1/20/15 |