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 http://www.example.com/ and the function test would actually access the URL http://www.example.com/test

Parameters:

this

The ProxyCall

function

The function to call