c# socket 多线程
并发多线程//entrypointofmainmethod....publicstaticvoidMain(){//TcpListenerislisteningonthegivenport...{TcpListenertcpListener=newTcpListener(1234);tcpListener.Start();Console.WriteLine("ServerStarted");//Acceptsanewconnection...SocketsocketForClient=tcpListener.
下载地址
用户评论
一般,也就基本功能,不如自己写一个了
基本功能实现 可以借鉴下
查看了一下,socket的过程比较简单,能否实现一个队列将各线程socket添加进入
还不错吧,看了一下