摘要:
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... 阅读全文