摘要: 服务端(监听) #region Socket连接 public Socket socket;//负责通信的socket Socket socketWatch;//负责监听的socket CancellationTokenSource cancellationTokenSource = new Can 阅读全文
posted @ 2017-07-17 17:17 显示名称已被使用!!! 阅读(213) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Linq; 3 using System.Collections.Generic; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Runtime.Int 阅读全文
posted @ 2017-07-17 16:25 显示名称已被使用!!! 阅读(294) 评论(0) 推荐(0)
摘要: 1 static class Program 2 { 3 4 [DllImport("Toolhelp.dll")] 5 public static extern IntPtr CreateToolhelp32Snapshot(uint flags, uint processid); 6 [DllI 阅读全文
posted @ 2017-07-17 16:20 显示名称已被使用!!! 阅读(233) 评论(0) 推荐(0)