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.
我有一个客户端服务器应用程序。它使用 LAN 网络 (TCP)。我不会将数据表客户端传递给服务器,将服务器传递给客户端。在 C# 中使用远程方法和事件 (TCP)。
我怎样才能做到这一点 ?
将您的 DataTable 序列化为 Xml 并通过 TCP 发送。如果您想得到保护,请加密字节。
最好的解决方案是使用带有 TCP 绑定的 WCF。