.NET 中的跨网络远程处理

发布于 2024-07-26 10:41:27 字数 65 浏览 4 评论 0原文

我正在 .NET 远程处理中做一个示例。 我想知道是否可以在我的网络中的计算机与另一个网络中的计算机之间交换数据?

I'm doing a sample in .NET remoting. I want to know is it possible to exchange data between a computer in my network to a computer in another network?

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

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

发布评论

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

评论(1

梦中楼上月下 2024-08-02 10:41:27

即使您可以在网络之间使用 .NET 远程处理(我怀疑它可以),也需要考虑以下几点:

  • 防火墙可能不会使其特别方便
  • .NET 远程处理已被弃用
  • .NET 远程处理不提供安全性或完整性

请参阅 MSDN

此主题特定于旧版
保留的技术
向后兼容现有的
应用程序,不推荐
谋求新的发展。 分散式
现在应该开发应用程序
使用 Windows 通讯
基金会(WCF)。

就我个人而言,我会(按照建议)查看 WCF 来满足您的跨网络 IPC 需求。

Even if you can use .NET remoting between networks (and I suspect it can), there a few things to consider:

  • the firewalls may not make it especially convenient
  • .NET remoting is deprecated
  • .NET Remoting provides no security or intergrity

See MSDN:

This topic is specific to a legacy
technology that is retained for
backward compatibility with existing
applications and is not recommended
for new development. Distributed
applications should now be developed
using the Windows Communication
Foundation (WCF).

Personally, I would look (as suggested) at WCF for your cross-network IPC needs.

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