C# IPC信道跨进程通信
摘要:
Server端:注册信道 1 /// <summary> 2 /// 注册IPC管道通讯 3 /// </summary> 4 public void IpcServer() 5 { 6 IpcServerChannel channel = new IpcServerChannel("ServerC 阅读全文
posted @ 2019-07-04 16:50 BennyHua 阅读(705) 评论(0) 推荐(0) 编辑