All Projects β†’ LordVeovis β†’ xmlrpc

LordVeovis / xmlrpc

Licence: MIT license
A port of CookComputing.XmlRpcV2 for dotnet core 2

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to xmlrpc

Rx.Http
A reactive way to make HTTP Request in .NET Core πŸš€
Stars: ✭ 62 (+129.63%)
Mutual labels:  csharp-library, dotnet-core2
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (+433.33%)
Mutual labels:  csharp-library
ExhaustiveMatching
C# Analyzer Adding Exhaustive Checking of Switch Statements and Expressions
Stars: ✭ 60 (+122.22%)
Mutual labels:  csharp-library
ZUGFeRD-csharp
C# assembly for creating and reading ZUGFeRD invoices
Stars: ✭ 73 (+170.37%)
Mutual labels:  csharp-library
CilTools
A set of tools to work with CIL in .NET applications
Stars: ✭ 19 (-29.63%)
Mutual labels:  csharp-library
LiteNetwork
A simple and fast .NET networking library compatible with .NET Standard 2, .NET 5, 6 and 7.
Stars: ✭ 66 (+144.44%)
Mutual labels:  csharp-library
dokuwikixmlrpc
Python module for the DokuWiki XML-RPC backend
Stars: ✭ 26 (-3.7%)
Mutual labels:  xmlrpc
Mastodot
C# Library for Mastodon API. Easy Toot!
Stars: ✭ 17 (-37.04%)
Mutual labels:  csharp-library
Cyotek.Drawing.BitmapFont
Component for parsing bitmap font files generated by AngelCode's BMFont utility
Stars: ✭ 35 (+29.63%)
Mutual labels:  csharp-library
CSJsonDB
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
Stars: ✭ 75 (+177.78%)
Mutual labels:  csharp-library
HtmlToPdfImage
transform html to pdf/image ,base on wkhtmltox and dotnet core 2.0
Stars: ✭ 16 (-40.74%)
Mutual labels:  dotnet-core2
KiCad sharp
A C# library wrapping some of KiCad's functionallity, allowing for some features not in the software and programmatic circuit creation
Stars: ✭ 28 (+3.7%)
Mutual labels:  csharp-library
RESTCountries.NET
.NET Standard wrapper library around the API provided by REST Countries https://restcountries.com. The world in .NET πŸ”₯.
Stars: ✭ 33 (+22.22%)
Mutual labels:  csharp-library
Cyotek.Data.Nbt
C# library for reading and writing NBT files
Stars: ✭ 31 (+14.81%)
Mutual labels:  csharp-library
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-59.26%)
Mutual labels:  csharp-library
ODataToolkit
Toolkit for developing OData web services. Can be used from Web API, Nancy, or the platform of your choice.
Stars: ✭ 14 (-48.15%)
Mutual labels:  csharp-library
Dragon
基于 .Net Core ηš„εŽη«―εŸΊη‘€ζ‘†ζžΆ
Stars: ✭ 17 (-37.04%)
Mutual labels:  dotnet-core2
EDSDK.NET
.NET wrapper for the Canon EOS camera SDK
Stars: ✭ 29 (+7.41%)
Mutual labels:  csharp-library
Disqord
An asynchronous Discord API wrapper for .NET.
Stars: ✭ 155 (+474.07%)
Mutual labels:  csharp-library
EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
Stars: ✭ 20 (-25.93%)
Mutual labels:  csharp-library

Kveer.XmlRPC

CircleCI Build Status Codacy Badge Code Coverage Nuget Downloads

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 orignal projet 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].