Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在不同的计算机上有两个应用程序,而不是通过远程通道相互连接。我想从不同网络(通过 Internet)上的客户端控制服务器。
一般来说,我会推荐使用WCF而不是 Remoting,特别是如果您要尝试通过 Internet 工作。
这两种技术都不会绕过您的防火墙,尽管 WCF 确实提供了更多选项来配置用于通信的通道。这通常使提供可用于 Internet 连接和通信的端点变得更简单。