基本信息
源码名称:服务器+客户端的聊天程序(C#)
源码大小:0.26M
文件格式:.rar
开发语言:C#
更新时间:2023-11-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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