根据
https://msdn.microsoft.com/en-us/library/system.servicemodel
Windows Universal Platform支持NetHttpBinding。在Visual Studio中,我可以使用此绑定开发一个简单的WCF客户端,没有错误。我可以使用ServerModel命名空间的NetHttpBinding类。当我将客户端部署到Raspberry Pi 2时,
PlatformNotSupportedException
发生。
Windows 10 IoT真正支持哪些WCF绑定?
答案 0 :(得分:0)
几乎没有关于Windows 10 IoT的WCF客户端配置文件的公开信息,但我认为您很容易测试它们。它仍然是预发布预览,所以它确实是可能的。
为了继续前进,我认为您可以在System.Net.Http命名空间中使用HttpClient来使用restful服务。检查Jeff Sanders's blog。