使用 .asmx 发布订阅模式

发布于 2024-11-24 20:33:09 字数 81 浏览 1 评论 0原文

是否可以使用 Web 服务(而不是 WCF)实现发布-订阅模型。

我问这个问题是因为我需要使用 Mono,它的 WCF 实现不完整。

Is it possible to implement a publish-subscribe model using Web Services (not WCF).

I ask because I need to use Mono, which has an incomplete WCF implementation.

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

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

发布评论

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

评论(1

自控 2024-12-01 20:33:09

简单地说,不,这是不可能的。您必须仅使用 WCF 进行双工通信:

http://msdn.microsoft.com /en-us/library/ms731064.aspx

此功能是 WCF 独有的。是否有可能使用套接字? asmx 不支持这种类型的通信。

Simply said, NO this is not possible. You have to use duplex communication only using WCF:

http://msdn.microsoft.com/en-us/library/ms731064.aspx

This feature is exclusive to WCF. Is there any possibility of using Sockets? asmx won't support this type of communication.

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