适用于 Windows Phone 7
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Http;
system.runtime.remoting.dll
不支持Windows Phone 7平台。请告诉我我们可以使用什么 DLL 来进行 Remoting
配置。
正如您所说,Windows Phone 不支持远程处理技术,并且没有解决方法。
Windows Phone 支持传统网络(HTTP 和套接字)以及邻近 API(蓝牙、NFC 等)。
特别是,HTTP 和套接字允许您调用 Web/WCF 服务和 Web Api。仅此而已。