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 つのテーブルを処理し、addRow、deleteRow、getAllRows の 3 つのメソッドがあります。
これらのメソッドを .NET デスクトップ アプリケーションから呼び出したいと考えています。
追加のライブラリ (xml-rpc.net など) を使用する必要がありますか? または、.NET に組み込まれている簡単な代替手段がありますか?