基本信息
源码名称:C# winform socket客户端服务端,接收发送信息,注释详细(看截图效果)
源码大小:0.15M
文件格式:.zip
开发语言:C#
更新时间:2023-09-07
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 10 元 
   源码介绍

C# winform socket客户端服务端,接收发送信息


.
├── C# winform socket客户端服务端,接收发送信息_socket-chat-room.zip
└── socket-chat-room
    ├── SocketClient
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SocketClient.csproj
    │   ├── bin
    │   │   └── Debug
    │   │       ├── SocketClient.exe
    │   │       ├── SocketClient.exe.config
    │   │       └── SocketClient.pdb
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── SocketClient.Form1.resources
    │           ├── SocketClient.Properties.Resources.resources
    │           ├── SocketClient.csproj.AssemblyReference.cache
    │           ├── SocketClient.csproj.CoreCompileInputs.cache
    │           ├── SocketClient.csproj.FileListAbsolute.txt
    │           ├── SocketClient.csproj.GenerateResource.cache
    │           ├── SocketClient.csproj.SuggestedBindingRedirects.cache
    │           ├── SocketClient.exe
    │           ├── SocketClient.pdb
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── SocketStudy
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SocketStudy.csproj
    │   ├── bin
    │   │   └── Debug
    │   │       ├── SocketStudy.exe
    │   │       ├── SocketStudy.exe.config
    │   │       └── SocketStudy.pdb
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── SocketStudy.Form1.resources
    │           ├── SocketStudy.Properties.Resources.resources
    │           ├── SocketStudy.csproj.AssemblyReference.cache
    │           ├── SocketStudy.csproj.CoreCompileInputs.cache
    │           ├── SocketStudy.csproj.FileListAbsolute.txt
    │           ├── SocketStudy.csproj.GenerateResource.cache
    │           ├── SocketStudy.csproj.SuggestedBindingRedirects.cache
    │           ├── SocketStudy.exe
    │           ├── SocketStudy.pdb
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── SocketStudy.sln
    └── 同时运行服务端和客户端.docx

15 directories, 55 files