Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有用 PHP 编写的简单 XML-RPC 服务器。它处理数据库中的 1 个表,它有 3 个方法:addRow、deleteRow、getAllRows。
我想从我的 .NET 桌面应用程序中调用这些方法。
我是否必须使用额外的库(如 xml-rpc.net),或者在 .NET 中内置了一些简单的替代方案?