如何使用XMLRPC在C# [英] how to use XMLRPC in C#

查看:97
本文介绍了如何使用XMLRPC在C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从我的C#应用​​程序使XMLRPC电话,我没能找到任何帮助。当我从红宝石用XMLRPC,就这么简单:

 服务器= XMLRPC :: Client.new2(HTTP://服务器/api.php)
结果= server.call(remote.procedure,[1,[['CRIT1','crit2','crit3']]])

是有C#?


解决方案

看看这个库为你工作结果
https://开头的代码。 google.com/p/xmlrpcnet/


I need to make XMLRPC calls from my C# application and I failed to find any help with that. When I used XMLRPC from Ruby, it's that simple:

server = XMLRPC::Client.new2("http://server/api.php")
result = server.call("remote.procedure", [1, [['crit1', 'crit2', 'crit3']]])

is there any similar library for C#?

解决方案

See if this library works for you
https://code.google.com/p/xmlrpcnet/

这篇关于如何使用XMLRPC在C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆