基本信息
源码名称:c#协议开发UDP群聊带私聊案例
源码大小:0.13M
文件格式:.rar
开发语言:C#
更新时间:2023-05-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
c#协议开发UDP群聊带私聊案例
最近做音频通讯闲来做的UDP例子,特地分享


文件清单
└── UDP群聊
    ├── TestUDPGroupServer
    │   ├── TestUDPGroupClient
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── TestUDPGroupClient.exe
    │   │   │       ├── TestUDPGroupClient.pdb
    │   │   │       └── TestUDPGroupClient.vshost.exe
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── TempPE
    │   │   │   │   ├── TestUDPGroupClient.csproj.GenerateResource.Cache
    │   │   │   │   ├── TestUDPGroupClient.exe
    │   │   │   │   ├── TestUDPGroupClient.Form1.resources
    │   │   │   │   ├── TestUDPGroupClient.pdb
    │   │   │   │   └── TestUDPGroupClient.Properties.Resources.resources
    │   │   │   └── TestUDPGroupClient.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   └── TestUDPGroupClient.csproj
    │   ├── TestUDPGroupServer
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── TestUDPGroupServer.exe
    │   │   │       ├── TestUDPGroupServer.pdb
    │   │   │       └── TestUDPGroupServer.vshost.exe
    │   │   ├── Form1.cs
    │   │   ├── Form1.Designer.cs
    │   │   ├── Form1.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Refactor
    │   │   │   │   ├── TempPE
    │   │   │   │   ├── TestUDPGroupServer.csproj.GenerateResource.Cache
    │   │   │   │   ├── TestUDPGroupServer.exe
    │   │   │   │   ├── TestUDPGroupServer.Form1.resources
    │   │   │   │   ├── TestUDPGroupServer.pdb
    │   │   │   │   └── TestUDPGroupServer.Properties.Resources.resources
    │   │   │   └── TestUDPGroupServer.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   └── TestUDPGroupServer.csproj
    │   ├── TestUDPGroupServer.sln
    │   └── TestUDPGroupServer.suo
    └── UDPServerList
        ├── UDPServerList
        │   ├── bin
        │   │   └── Debug
        │   │       ├── UDPServerList.exe
        │   │       ├── UDPServerList.pdb
        │   │       └── UDPServerList.vshost.exe
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── Refactor
        │   │   │   ├── TempPE
        │   │   │   ├── UDPServerList.csproj.GenerateResource.Cache
        │   │   │   ├── UDPServerList.exe
        │   │   │   ├── UDPServerList.pdb
        │   │   │   ├── UDPServerList.Properties.Resources.resources
        │   │   │   └── UDPServerList.Server.resources
        │   │   └── UDPServerList.csproj.FileList.txt
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Server.cs
        │   ├── Server.Designer.cs
        │   ├── Server.resx
        │   └── UDPServerList.csproj
        ├── UDPServerList.sln
        ├── UDPServerList.suo
        └── UDPSingleClient2
            ├── bin
            │   └── Debug
            │       ├── UDPSingleClient2.exe
            │       ├── UDPSingleClient2.pdb
            │       └── UDPSingleClient2.vshost.exe
            ├── Client.cs
            ├── Client.Designer.cs
            ├── Client.resx
            ├── obj
            │   ├── Debug
            │   │   ├── Refactor
            │   │   ├── TempPE
            │   │   ├── UDPSingleClient2.csproj.GenerateResource.Cache
            │   │   ├── UDPSingleClient2.exe
            │   │   ├── UDPSingleClient2.Form1.resources
            │   │   ├── UDPSingleClient2.pdb
            │   │   └── UDPSingleClient2.Properties.Resources.resources
            │   └── UDPSingleClient2.csproj.FileList.txt
            ├── Program.cs
            ├── Properties
            │   ├── AssemblyInfo.cs
            │   ├── Resources.Designer.cs
            │   ├── Resources.resx
            │   ├── Settings.Designer.cs
            │   └── Settings.settings
            ├── UDPSingleClient2.csproj
            └── UDPSingleClient2.csproj.user

34 directories, 81 files