proxySession
Proxy Session
log
void proxySession.log ( String message )
Description
Write to the log.
Parameters
- message Message to be written to the log, as a string.
Return Values
Returns void.
setVariable
void proxySession.setVariable ( String identifier, Object value )
Description
Set the value of a proxy session variable.
Parameters
- identifier Name of the session variable, as a string.
- value The value to be assigned to the session variable.
Return Values
Returns void.
getVariable
Object proxySession.getVariable ( String identifier )
Description
Retrieve the value of the proxy session variable.
Parameters
- identifier Name of the session variable, as a string.
Return Values
Returns the value of the session variable.
proxySession
Overview
This object gives you the ability to control interactions with the proxy session. It is only for use in scripts that associated with proxy sessions.