add_params
Description:
public void add_params (...)
Add the specified parameter name and value pairs to the call.
If a parameter already exists, the new value will replace the old.
Parameters:
| this |
The ProxyCall |
| ... |
Parameter name and value pairs, followed by null. |