add_param
Description:
Add a query parameter called param with the string value value to the call.
If a parameter with this name already exists, the new value will replace the old.
Parameters:
| this |
The ProxyCall |
| name |
The name of the parameter to set |
| value |
The value of the parameter |