基于 .NET 4 内容的 WCF 路由与 .NET 3.5 Compact Framework

发布于 2024-09-27 07:05:29 字数 147 浏览 0 评论 0原文

我考虑使用 .NET 4.0 基于内容的 WCF 路由。目前我有一个普通的.NET 3.5 WCF 服务器。所有客户端均使用紧凑框架 .NET 3.5。如果我将 WCF 服务器移植到 .NET 4.0,会出现问题吗?

感谢您的回答。

亲切的问候,亲

I consider using .NET 4.0 Content Based WCF Routing. Currently I have a normal .NET 3.5 WCF Server. All Clients uses the compact framework .NET 3.5. Could there be a problem, if I will port my WCF Server to .NET 4.0?

Thanks for your answer.

Kind regards, pro

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

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

发布评论

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

评论(1

送君千里 2024-10-04 07:05:29

其中一个与另一个有什么关系?基于内容的路由服务根据各种可能的标准检查 SOAP 消息,并选择将请求转发到的正确端点。路由服务本身只是另一个具有标准的 WCF 协议和绑定类型分类的 WCF 服务。在端点上接收请求,根据给定条件进行处理,将请求转发到另一个端点。

但话虽如此,移动设备非常不稳定且不确定,在测试之前您永远无法 100% 确定。您应该能够在 30 分钟内完成测试;甚至可能不到10岁。

What does one have to do with the other? Content-based routing services inspect SOAP messages based on various possible criteria and select the proper endpoint to forward a request to. The routing service itself is just another WCF service with the standard assortment of WCF protocol and binding types. Receive request on an endpoint, process for given criteria, forward request to another endpoint.

But that said, mobile is pretty volatile and uncertain, and you can never be 100% certain until you test it. This is something you should be able to test in under 30 minutes; maybe even under 10.

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