Silverlight 中的 WP7 推送通知服务器

发布于 2024-10-31 09:13:40 字数 423 浏览 0 评论 0原文

此帮助程序库由 Microsoft 发布,用于 WP7 中的推送通知。
http ://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/14/windows-push-notification-server-side-helper-library.aspx

不过,服务器是作为 WPF 应用程序实现的。有没有人尝试创建 silverlight 应用程序而不是 WPF 示例。任何对此的快速启动值得赞赏吗?

普拉蒂克

This helper library was published by Microsoft for Push Notifications in WP7.
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/14/windows-push-notification-server-side-helper-library.aspx

The server is implemented as a WPF application though. Has anyone tried to create a silverlight application instead of the WPF sample. Any jump start on this is appreciated?

Pratik

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千秋岁 2024-11-07 09:13:40

就代码而言,它将是相同的。我看到的唯一问题是 Silverlight 应用程序和服务需要位于同一域中,否则 Silverlight 需要跨域文件才能连接到服务。

Code wise it will be the same. The only problem I see is that the Silverlight app and the services will need to be in same domain else cross domain file is needed for the Silverlight to connect to the service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文