Property | Type | Description | |
---|---|---|---|
Uri | string |
Method | Description | |
---|---|---|
AddAsRpcHandler ( ) : void | ||
AddXRHandler ( string handler_name, string uri ) : void | ||
HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
InitializeLifetimeService ( ) : object | ||
RemoveXRHandler ( string handler_name, string uri ) : void | ||
XmlRpcManager ( CookComputing.XmlRpc.Node node, |
Method | Description | |
---|---|---|
Proxy ( ISender sender, int maxResultsToWait, string method, object args ) : object[] | ||
forwardingproxy ( string relay, int init_option, string dest, int ttl, int ahOptions, int maxResultsToWait, string method ) : object[] | ||
localproxy ( string method ) : object | ||
proxy ( string node, int ahOptions, int maxResultsToWait, string method ) : object[] | ||
uriproxy ( string uri, int maxResultsToWait, string method ) : object[] |
public AddXRHandler ( string handler_name, string uri ) : void | ||
handler_name | string | |
uri | string | |
return | void |
public HandleRpc ( ISender caller, string method, IList args, object rs ) : void | ||
caller | ISender | |
method | string | |
args | IList | |
rs | object | |
return | void |
public InitializeLifetimeService ( ) : object | ||
return | object |
public RemoveXRHandler ( string handler_name, string uri ) : void | ||
handler_name | string | |
uri | string | |
return | void |
public XmlRpcManager ( CookComputing.XmlRpc.Node node, |
||
node | CookComputing.XmlRpc.Node | |
rpc | ||
uri | string | |
return | System |