C#Sockets編程實現羣聊

服務器:服務器 class Server { List<Socket> userList = new List<Socket>(); Socket socket; public Server(string ip, int port) { socket = new Socket(AddressFamily
相關文章
相關標籤/搜索