Windows Phone 7 中的 XML-RPC 调用

发布于 2024-10-03 05:17:17 字数 86 浏览 5 评论 0原文

我正在尝试在 Windows Phone 7 上使用 wordpress xml-rpc,但找不到任何用于进行 rpc 调用的 API。有谁知道任何库或方法。

I am trying to using wordpress xml-rpc on windows phone 7 but can't find any API's for making rpc calls. Does anyone know of any libraries or a way to do it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

狼亦尘 2024-10-10 05:17:17

尝试使用 XML-RPC.NET 这是一个免费的库。下载捆绑包后,会有一个 CF(Compact Framework)版本的 DLL - 由于平台限制,您必须使用此版本。

但请注意(引用自文档):

6.11 XML-RPC.NET 是否可以与 .Net Compact Framework 一起使用?

XML-RPC.NET 发行版包含
一个提供支持的组件
.NET 紧凑框架:
CookComputing.XmlRpc.CF.dll。注意
这是一个实验版本
大多未经测试。另外,因为
紧凑框架不支持
反思是必要的
手动实现 XML-RPC.NET 代理。

Try using XML-RPC.NET which is a free library. Once you download the bundle, there is a CF (Compact Framework) version of the DLL - due to platform restrictions, you have to use this version.

Note, however, that (quote from the documentation):

6.11 Does XML-RPC.NET work with .Net Compact Framework?

The XML-RPC.NET distribution contains
an assembly which provides support for
the .NET Compact Framework:
CookComputing.XmlRpc.CF.dll. Note that
this is an experimental version and is
mostly untested. Also, because the
Compact Framework does not support
reflection it is necessary to
implement XML-RPC.NET proxies manully.

我不是你的备胎 2024-10-10 05:17:17

XML-RPC.NET 库版本 3.0 现在与 Windows Phone 7 项目兼容。

The XML-RPC.NET library version 3.0 is now compatible with Windows Phone 7 projects.

掌心的温暖 2024-10-10 05:17:17

我相信 Windows Phone 库中不存在 XmlRpcProxyGen ,因为该平台不支持 System.Reflection 类。

I believe XmlRpcProxyGen doesn't exist in the Windows Phone library as the platform doesn't support the System.Reflection classes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文