add_param


Description:

public void add_param (string name, string value)

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