tcptrans
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;namespace FuckTrans{ public class SocketServer { private Dictionary<int, Socket> _clientList = new Dictionary<int, Socket>(); public delegate void Serv... 阅读全文
posted @ 2012-12-28 18:00 项羽 阅读(358) 评论(0) 推荐(0)
浙公网安备 33010602011771号