using CookComputing.XmlRpc; namespace IoTDameon { [XmlRpcUrl("http://192.168.1.3:9001/RPC2")] public interface ISupervisor { [XmlRpcMethod("system.listMethods")] string SystemListMethods(); } }