This package provides a simple XML-RPC client and server for C# applications.
XmlRpcCore is a fork of XmlRpcCS written to take advantage of newer language features and conform to the .NET Standard spec.
The goals of XmlRpcCS were to keep it small and simple. The motivation was to write something that was easy to use while being flexible.
- Fully XML-RPC specification compliant, including key extensions.
- Simple client (XmlRpcRequest)
- Method level exposure granularity (XmlRpcExposedAttribute)
- Option of dynamic local proxies.
This needs to be regenerated and documentation needs to be updated.
- The API documentation: Documentation
- The descriptions of the type mapping: Types
- A UML doodle about the serialize/deserialize class inheritance: Serialization
These need to be updated...
These need to be updated...
XmlRpcCore is under the BSD license. See: License
- xmlrpc.org To learn more about XML-RPC.
- Support system object "capabilities" method
- Improve system object's "methodHelp" support - rip from XML docs somehow.
- Method overloading based on arguments
- More unit tests
- Tutorial doc