https://github.com/lordveovis/xmlrpc
A port of CookComputing.XmlRpcV2 for dotnet core 2
https://github.com/lordveovis/xmlrpc
csharp-library dotnet-core2 xmlrpc
Last synced: about 1 year ago
JSON representation
A port of CookComputing.XmlRpcV2 for dotnet core 2
- Host: GitHub
- URL: https://github.com/lordveovis/xmlrpc
- Owner: LordVeovis
- License: mit
- Created: 2018-07-17T08:23:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:58:20.000Z (about 2 years ago)
- Last Synced: 2025-03-24T01:11:14.264Z (about 1 year ago)
- Topics: csharp-library, dotnet-core2, xmlrpc
- Language: C#
- Size: 242 KB
- Stars: 33
- Watchers: 5
- Forks: 23
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kveer.XmlRPC
[](https://app.circleci.com/pipelines/github/LordVeovis)
[](https://app.codacy.com/gh/LordVeovis/xmlrpc/dashboard)
[](https://gitlab.kveer.fr/veovis/xmlrpc/pipelines)
[](https://gitlab.kveer.fr/veovis/xmlrpc/pipelines)
[](https://www.nuget.org/packages/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][].
[MIT license]: https://github.com/LordVeovis/xmlrpc/blob/master/LICENSE
[http://xml-rpc.net/]: https://web.archive.org/web/20210909161907/http://xml-rpc.net/