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 を使用することです。