Метод | Описание | |
---|---|---|
Add ( CookComputing.XmlRpc.Node node ) : void |
Adds the specified node to listen to XMLRPC proxy calls. Uses a node's string version of Brunet address plus ".rem" as the relative Uri. |
|
Add ( CookComputing.XmlRpc.Node node, string uri ) : void |
Allows nodes to be registered by whatever URI the user provides
|
|
Remove ( CookComputing.XmlRpc.Node node ) : void |
Stops the specified node from listening to XMLRPC proxy calls.
|
|
RemoveAll ( ) : void |
Suspends the service objects.
|
|
Stop ( ) : void |
Stops this server.
|
|
XmlRpcManagerServer ( int port ) : System |
Initializes a new instance of the XmlRpcManagerServer class and registers it at the specified port on local machine.
|
Метод | Описание | |
---|---|---|
Add ( CookComputing.XmlRpc.Node node, |
The overloaded method for now is used to allow RpcManager to be replaced by MockRpcManager in unit tests.
|
|
CheckAndSetDefaultManager ( ) : void |
Checks and sets the default XmlRpcManager. Should only be called by Add and Remove.
|
public Add ( CookComputing.XmlRpc.Node node ) : void | ||
node | CookComputing.XmlRpc.Node | The node. |
Результат | void |
public Add ( CookComputing.XmlRpc.Node node, string uri ) : void | ||
node | CookComputing.XmlRpc.Node | |
uri | string | |
Результат | void |
public Remove ( CookComputing.XmlRpc.Node node ) : void | ||
node | CookComputing.XmlRpc.Node | The node. |
Результат | void |
public XmlRpcManagerServer ( int port ) : System | ||
port | int | The port. |
Результат | System |