set_function


Description:

public void set_function (string function)

Set the REST "function" to call on the proxy.

This is appended to the URL, so that for example a proxy with the URL <literal>http://www.example.com/</literal> and the function <literal>test</literal> would actually access the URL <literal>http://www.example.com/test</literal>

Parameters:

this

The ProxyCall

function

The function to call