Kveer.XmlRPC 1.3.1
Kveer.XmlRPC
This repository contains a .net library for consuming XML-RPC web services. It is a port of the Charles Cook's library mainly for .NET Core 2.x+ but target the netstandard 2.0, so it can also be used on the full .NET Framework 4.6.1+.
How to use
As a port, very few changes have been done but the API is still the same. The documentation on the original project remains valid: http://xml-rpc.net/
Improvements
- Can/Should we use Roslyn to generate the proxy implementation of the IXmlRpcProxy interface instead of using System.Reflection?
Legal and Licensing
This library is licensed under the MIT license.
Showing the top 20 packages that depend on Kveer.XmlRPC.
| Packages | Downloads |
|---|---|
|
ModelingEvolution.Fairino
Fairino industrial robot SDK for .NET - provides control and communication with Fairino robots
|
154 |
- add support for
nodes - update targetframework to a supported version
.NET Standard 2.0
- System.Reflection.Emit (>= 4.3.0)