如何在 Windows Phone 7 上发现本地网络资源
我正在尝试找到一种自动发现台式机/笔记本电脑上运行的本地网络服务并与之通信的方法。很像 Zune 的 wifi 同步功能。 iPhone 可以使用 Bonjour 服务来做到这一点。 WP7平台有类似的东西吗?还有其他建议吗?
I'm trying to find a way of automatically discovering and communicating with a local network service running on desktop/laptop. Much like the Zune's wifi sync feature.
iPhone can do this using Bonjour service. Is there anything like that on WP7 platform? Any other suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前 SDK 中还没有类似的内容。
目前网络操作非常有限,并且您只能使用基于 HTTP 的连接。我不确定这对于您描述的场景有多大用处。
There is currently nothing like this available in the SDK.
Network operations are currently very limited and you're restricted to HTTP based connections. I'm not sure how useful that would be for the scenario you describe.