摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Net.Sockets; 5 using System.Net; 6 using System.Threading; 7 using System.Runtime.InteropServices; 8 9 namespace ConsoleApplication2 10 { 11 class Program 12 { 13 static Socket m_sListen; 14 15 static... 阅读全文
posted @ 2012-04-07 13:56 garyChong 阅读(726) 评论(0) 推荐(1) 编辑