blob: 2aff37f7e18cf45f0719cb0c91e663dd56634b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
XML-RPC.NET - XML-RPC for .NET
v2.1.0
Copyright (C) 2001-2006 Charles Cook (chascook@gmail.com)
xmlrpcgen
Copyright (C) 2003 Joe Bork
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
-----------
Assembly CookComputing.XmlRpc.dll requires 1.0 .NET runtime and
runs on all later versions.
Assembly CookComputing.XmlRpcV2.dll requires 2.0 .NET runtime.
DOCUMENTATION
-------------
For help on using XML-RPC.NET, see
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html.
|