基本信息
源码名称:UDP通信实例源码(包含服务端和客户端)
源码大小:0.07M
文件格式:.rar
开发语言:C#
更新时间:2023-03-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 4 元 
   源码介绍
UDP通信实例源码(包含服务端和客户端)

.
├── UDP客户端
│   ├── App.config
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── UDP客户端.csproj
│   ├── UDP客户端.sln
│   ├── bin
│   │   └── Debug
│   │       ├── UDP客户端.exe
│   │       ├── UDP客户端.exe.config
│   │       └── UDP客户端.pdb
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferences.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── TempPE
│           ├── UDP客户端.Form1.resources
│           ├── UDP客户端.Properties.Resources.resources
│           ├── UDP客户端.csproj.AssemblyReference.cache
│           ├── UDP客户端.csproj.CoreCompileInputs.cache
│           ├── UDP客户端.csproj.FileListAbsolute.txt
│           ├── UDP客户端.csproj.GenerateResource.cache
│           ├── UDP客户端.exe
│           └── UDP客户端.pdb
├── UDP服务器
│   ├── App.config
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── UDP服务器.csproj
│   ├── UDP服务器.sln
│   ├── bin
│   │   └── Debug
│   │       ├── UDP服务器.exe
│   │       ├── UDP服务器.exe.config
│   │       └── UDP服务器.pdb
│   └── obj
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferences.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── TempPE
│           ├── UDP服务器.Form1.resources
│           ├── UDP服务器.Properties.Resources.resources
│           ├── UDP服务器.csproj.AssemblyReference.cache
│           ├── UDP服务器.csproj.CoreCompileInputs.cache
│           ├── UDP服务器.csproj.FileListAbsolute.txt
│           ├── UDP服务器.csproj.GenerateResource.cache
│           ├── UDP服务器.exe
│           └── UDP服务器.pdb
└── 好例子网_UDP.rar

14 directories, 51 files