嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
服务器 客户端的聊天程序(C#)
写一个教程的时候,专门写的一个程序,基于SOCKET的聊天系统,有服务器端和客户端
.
├── LixySocket
│ ├── Client
│ │ ├── Client.csproj
│ │ ├── ClientMain.Designer.cs
│ │ ├── ClientMain.cs
│ │ ├── ClientMain.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ └── Client.vshost.exe
│ │ ├── obj
│ │ │ ├── Client.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── Client.ClientMain.resources
│ │ │ ├── Client.Properties.Resources.resources
│ │ │ ├── Client.csproj.GenerateResource.Cache
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── user.ico
│ ├── LixySocket.sln
│ ├── LixySocket.suo
│ ├── Server
│ │ ├── About.Designer.cs
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Server.csproj
│ │ ├── Server.csproj.user
│ │ ├── ServerMain.Designer.cs
│ │ ├── ServerMain.cs
│ │ ├── ServerMain.resx
│ │ ├── Set.Designer.cs
│ │ ├── Set.cs
│ │ ├── Set.resx
│ │ ├── Settings.xml
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Server.exe
│ │ │ ├── Server.pdb
│ │ │ ├── Server.vshost.exe
│ │ │ └── Settings.xml
│ │ ├── cab.ico
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── Server.About.resources
│ │ │ ├── Server.Properties.Resources.resources
│ │ │ ├── Server.ServerMain.resources
│ │ │ ├── Server.Set.resources
│ │ │ ├── Server.csproj.GenerateResource.Cache
│ │ │ ├── Server.exe
│ │ │ ├── Server.pdb
│ │ │ └── TempPE
│ │ └── Server.csproj.FileList.txt
│ ├── Socket01.JPG
│ └── Socket02.JPG
├── 服务器 客户端的聊天程序(C#)_LixySocket.rar
└── 自动关机.suo
17 directories, 57 files