【实例简介】
C#使用Socket实现服务器与多个客户端通信(简单的聊天系统)
【实例截图】
【核心代码】
C使用Socket实现服务器与多个客户端通信
└── C#使用Socket实现服务器与多个客户端通信
├── 客户端
│ └── WcfConsoleTest
│ ├── WcfConsoleTest
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WcfConsoleTest.application
│ │ │ ├── WcfConsoleTest.exe
│ │ │ ├── WcfConsoleTest.exe.config
│ │ │ ├── WcfConsoleTest.exe.manifest
│ │ │ ├── WcfConsoleTest.pdb
│ │ │ ├── WcfConsoleTest.vshost.application
│ │ │ ├── WcfConsoleTest.vshost.exe
│ │ │ ├── WcfConsoleTest.vshost.exe.config
│ │ │ └── WcfConsoleTest.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── x86
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │