WCF 中的传输可靠性和消息可靠性之间有什么实际区别?

发布于 2024-08-24 15:59:18 字数 230 浏览 5 评论 0原文

我正在研究在 .NET 中使用 WPF 或使用 Silverlight 4 作为连接到 WCF 服务的应用程序的 GUI 前端之间的差异。

我读到 Silverlight 4 中的 net.tcp 绑定仅支持传输级别的可靠性。通过 WPF 桌面应用程序,我们可以使用消息级别的可靠性。

实际的区别是什么?如果传输级别的可靠性确保所有 TCP 数据包都能通过,那么这是否也意味着所有 WCF SOAP 消息也会通过?

I am looking at differences between using WPF in .NET or using Silverlight 4 for the GUI front end of an app that connects to WCF services.

I have read that net.tcp binding in Silverlight 4 only supports transport level reliability. With a WPF desktop app we can use message level reliability.

What is the actual difference? If transport level reliability ensures that all TCP packets get through, doesnt that also mean that all WCF SOAP messages will also get through?

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

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

发布评论

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

评论(1

伪心 2024-08-31 15:59:18

“传输可靠性无法适应网络连接丢失和各种其他通信问题,而消息可靠性,顾名思义,涉及消息级别的可靠性,与传递消息所需的数据包数量无关。”

我希望这会有所帮助。

"Transport reliability is not resilient to dropping network connections and a variety of other communication problems, whereas message reliability, as the name implies, deals with reliability at the message level independent of how many packets are required to deliver the message."

I hope this helps.

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