客户端服务器socket程序

问题描述:

嗨亲爱的朋友





有人可以指导我如何用C#创建,两个客户端之间的客户端服务器套接字编程随时点击在客户端部分的按钮中,向我们展示来自MySql的整个表信息,即提到,client1只是向服务器发送表的顶部而client2只是向服务器发送表的底部,然后每当运行时,我们想要服务器向我们展示了整个表格。



提前欣赏。

Hi dear friends


Can someone guide me how create with C#,the client server socket programming between two client that anytime click in the button in client parts,show us the whole table info from MySql,that is mentioned,the client1 just send to server the top part of table while the client2 just send to server the bottom part of table ,then whenever run,we want the server show us the whole table .

appreciate in advance.

有很多文章和Google将为您找到C#(以及大多数其他语言)的套接字应用程序示例。
There are many articles and samples of socket applications in C# (and most other languages) that Google will find for you.