|
libsxmlrpc-sharp is a library for implementing XML-RPC clients and servers in .NET programs. It was partially inspired by the simplicity of the S-XML-RPC library for Common Lisp, and attempts to retain that simplicity of use. As of v0.2, XML-RPC servers can now be implemented by simply inheriting the abstract XmlRpcServer class. XML-RPC methods are then specified by tagging public methods with the XmlRpcMethod attribute. Downloadslibsxmlrpc-sharp is released under GNU General Public License v2. To compile it, you will need at least Mono v1.1.18. A Makefile is included in the project for building, as well as a MonoDevelop project. The project file references this Makefile for building. You must have MonoDevelop v0.13 or higher to use this. The absolute latest (and possibly not-working) source code can be downloaded from here.
ChangesAn RSS feed of the changelog is available here . |