本文介绍了多个客户端连接到一台服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想创建一个应用程序,其中多个客户端可以与单个服务器连接.服务器和客户端都在Windows窗体应用程序而不是控制台应用程序中.
我已经完成了这个应用程序,但是当我们关闭服务器应用程序时,它给出了异常.
使用Windows窗体,使用c#在asp.net中给我正确的源代码
I want to make a application in which multiple client are able to connect with single server.server and client both are in windows form application not console application.
I have done this application but when we close our server application,it gives exception.
give me right source code in asp.net with c# using windows form
推荐答案
这篇关于多个客户端连接到一台服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!