https://github.com/devlead/xmlrpc
Cook Computing Port to Netstandard / .Net Core
https://github.com/devlead/xmlrpc
Last synced: 10 months ago
JSON representation
Cook Computing Port to Netstandard / .Net Core
- Host: GitHub
- URL: https://github.com/devlead/xmlrpc
- Owner: devlead
- Created: 2017-08-15T14:33:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T08:31:50.000Z (almost 9 years ago)
- Last Synced: 2025-05-26T00:11:54.751Z (11 months ago)
- Language: C#
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XmlRpc
Cook Computing Port to Netstandard / .Net Core
XML-RPC.NET - XML-RPC for .NET
v3.0.0 Release
Copyright (C) 2001-2010 Charles Cook (chascook@gmail.com)
xmlrpcgen
Copyright (C) 2003 Joe Bork
nunit
Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole
Copyright � 2000-2004 Philip A. Craig
For more information about XML-RPC.NET visit http://www.xml-rpc.net.
XML-RPC.NET is licensed with MIT X11 license.
(see http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#6.12)
For more information about XML-RPC refer to http://www.xmlrpc.com/
PREQUISITES
-----------
Assemblies CookComputing.XmlRpcV3.dll and CookComputing.XmlRpcServerV3.dll
require 2.0 .NET runtime and run on all later versions.
Assembly CookComputing.XmlRpcSilverlightV3.dll requires Silverlight 3 or Silverlight 4 runtime.
DOCUMENTATION
-------------
For help on using XML-RPC.NET, see
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html.