基本信息
源码名称:Udp通讯实例
源码大小:0.08M
文件格式:.zip
开发语言:C#
更新时间:2022-10-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

Udp通讯实例

Udp简单通讯

.
├── UdpChatExample
│   ├── Backup
│   │   ├── UdpChatExample
│   │   │   ├── FormChat.Designer.cs
│   │   │   ├── FormChat.cs
│   │   │   ├── FormChat.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── UdpChatExample.csproj
│   │   ├── UdpChatExample.sln
│   │   └── UdpChatExample.suo
│   ├── UdpChatExample
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── FormChat.Designer.cs
│   │   ├── FormChat.cs
│   │   ├── FormChat.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UdpChatExample.csproj
│   │   ├── UdpChatExample.csproj.user
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── UdpChatExample.exe
│   │   │       ├── UdpChatExample.exe.config
│   │   │       ├── UdpChatExample.pdb
│   │   │       ├── UdpChatExample.vshost.exe
│   │   │       ├── UdpChatExample.vshost.exe.config
│   │   │       └── UdpChatExample.vshost.exe.manifest
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   ├── GenerateResource.read.1.tlog
│   │       │   ├── GenerateResource.write.1.tlog
│   │       │   ├── Refactor
│   │       │   ├── TempPE
│   │       │   │   └── Properties.Resources.Designer.cs.dll
│   │       │   ├── UdpChatExample.FormChat.resources
│   │       │   ├── UdpChatExample.Properties.Resources.resources
│   │       │   ├── UdpChatExample.csproj.FileListAbsolute.txt
│   │       │   ├── UdpChatExample.csproj.GenerateResource.Cache
│   │       │   ├── UdpChatExample.exe
│   │       │   ├── UdpChatExample.pdb
│   │       │   ├── UdpChatExample1.FormChat.resources
│   │       │   ├── UdpChatExample1.Properties.Resources.resources
│   │       │   └── UdpChatExample1.csproj.GenerateResource.Cache
│   │       ├── UdpChatExample.csproj.FileList.txt
│   │       └── UdpChatExample1.csproj.FileList.txt
│   ├── UdpChatExample.sln
│   ├── UdpChatExample.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│       ├── UpgradeReport.css
│       ├── UpgradeReport.xslt
│       ├── UpgradeReport_Minus.gif
│       └── UpgradeReport_Plus.gif
└── 好例子网_UdpChatExample.zip

13 directories, 56 files