XML-RPC.NET.txt 672 B

123456789101112131415161718192021222324252627
  1. XML-RPC.NET - XML-RPC for .NET
  2. v2.1.0
  3. Copyright (C) 2001-2006 Charles Cook ([email protected])
  4. xmlrpcgen
  5. Copyright (C) 2003 Joe Bork
  6. For more information about XML-RPC.NET visit http://www.xml-rpc.net.
  7. XML-RPC.NET is licensed with MIT X11 license.
  8. (see http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#6.12)
  9. For more information about XML-RPC refer to http://www.xmlrpc.com/
  10. PREQUISITES
  11. -----------
  12. Assembly CookComputing.XmlRpc.dll requires 1.0 .NET runtime and
  13. runs on all later versions.
  14. Assembly CookComputing.XmlRpcV2.dll requires 2.0 .NET runtime.
  15. DOCUMENTATION
  16. -------------
  17. For help on using XML-RPC.NET, see
  18. http://www.xml-rpc.net/faq/xmlrpcnetfaq.html.