Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.83 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.83 KB

XmlRpcCore

Build status
XmlRpcCore NuGet-Release
NuGet Downloads

Introduction

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.

Notable Features

  • Fully XML-RPC specification compliant, including key extensions.
  • Simple client (XmlRpcRequest)
  • Method level exposure granularity (XmlRpcExposedAttribute)
  • Option of dynamic local proxies.

Documentation

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

Sample Code

These need to be updated...

Unit Tests

These need to be updated...

License

XmlRpcCore is under the BSD license. See: License

References

To Do

  • 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