基本信息
源码名称:c#语音聊天室VoiceChatRoom.rar
源码大小:0.98M
文件格式:.rar
开发语言:C#
更新时间:2023-11-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
c#语音聊天室VoiceChatRoom.rar 多相客户端连入到服务器,实现多人语音聊天,可以学习

.
├── VoiceChatRoom
│   └── Project Files - Source
│       └── Project Files - Source
│           ├── Client
│           │   ├── DirectSoundHelper.cs
│           │   ├── Mobile.ico
│           │   ├── Program.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   ├── Resources.Designer.cs
│           │   │   ├── Resources.resx
│           │   │   ├── Settings.Designer.cs
│           │   │   └── Settings.settings
│           │   ├── Service References
│           │   ├── TextFile1.txt
│           │   ├── UpgradeLog.XML
│           │   ├── VoiceChat.csproj
│           │   ├── VoiceChat.csproj.user
│           │   ├── VoiceChat.sln
│           │   ├── VoiceChat.suo
│           │   ├── VoiceRoom.Designer.cs
│           │   ├── VoiceRoom.cs
│           │   ├── VoiceRoom.resx
│           │   ├── _UpgradeReport_Files
│           │   │   ├── UpgradeReport.css
│           │   │   ├── UpgradeReport.xslt
│           │   │   ├── UpgradeReport_Minus.gif
│           │   │   └── UpgradeReport_Plus.gif
│           │   ├── app.config
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── SocketCoder_VoiceChat.vshost.exe.manifest
│           │   │   │   ├── VoiceChat.exe
│           │   │   │   ├── VoiceChat.exe.config
│           │   │   │   ├── VoiceChat.pdb
│           │   │   │   ├── VoiceChat.vshost.exe
│           │   │   │   ├── VoiceChat.vshost.exe.config
│           │   │   │   └── help.chm
│           │   │   └── Release
│           │   └── obj
│           │       └── x86
│           │           └── Debug
│           │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │               ├── GenerateResource-ResGen.read.1.tlog
│           │               ├── GenerateResource-ResGen.write.1.tlog
│           │               ├── Refactor
│           │               ├── ResolveAssemblyReference.cache
│           │               ├── SocketCoder_VoiceChat.Properties.Resources.resources
│           │               ├── SocketCoder_VoiceChat.VoiceRoom.resources
│           │               ├── SocketCoder_VoiceChat.csproj.FileListAbsolute.txt
│           │               ├── SocketCoder_VoiceChat.csproj.GenerateResource.Cache
│           │               ├── TempPE
│           │               │   └── Properties.Resources.Designer.cs.dll
│           │               ├── VoiceChat.csproj.FileListAbsolute.txt
│           │               ├── VoiceChat.csproj.GenerateResource.Cache
│           │               ├── VoiceChat.exe
│           │               └── VoiceChat.pdb
│           ├── Read me.txt
│           └── Server
│               ├── Program.cs
│               ├── Properties
│               │   ├── AssemblyInfo.cs
│               │   ├── Resources.Designer.cs
│               │   ├── Resources.resx
│               │   ├── Settings.Designer.cs
│               │   └── Settings.settings
│               ├── ServerForm.Designer.cs
│               ├── ServerForm.cs
│               ├── ServerForm.resx
│               ├── SocketCoderBinaryServer.cs
│               ├── SocketCoderBinaryServer.csproj
│               ├── SocketCoderBinaryServer.csproj.user
│               ├── SocketCoderBinaryServer.sln
│               ├── SocketCoderBinaryServer.suo
│               ├── Software.ico
│               ├── UpgradeLog.XML
│               ├── _UpgradeReport_Files
│               │   ├── UpgradeReport.css
│               │   ├── UpgradeReport.xslt
│               │   ├── UpgradeReport_Minus.gif
│               │   └── UpgradeReport_Plus.gif
│               ├── bin
│               │   ├── Debug
│               │   │   ├── Server.exe
│               │   │   ├── Server.pdb
│               │   │   ├── Server.vshost.exe
│               │   │   ├── SocketCoderBinaryServer.vshost.exe.manifest
│               │   │   └── help.chm
│               │   └── Release
│               │       ├── Server.pdb
│               │       └── help.chm
│               ├── help.chm
│               └── obj
│                   ├── Debug
│                   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│                   │   ├── GenerateResource-ResGen.read.1.tlog
│                   │   ├── GenerateResource-ResGen.write.1.tlog
│                   │   ├── Server.exe
│                   │   ├── Server.pdb
│                   │   ├── SocketCoder.Form1.resources
│                   │   ├── SocketCoderBinaryServer.Properties.Resources.resources
│                   │   ├── SocketCoderBinaryServer.csproj.FileListAbsolute.txt
│                   │   ├── SocketCoderBinaryServer.csproj.GenerateResource.Cache
│                   │   └── TempPE
│                   │       └── Properties.Resources.Designer.cs.dll
│                   └── Release
│                       ├── Server.pdb
│                       ├── SocketCoder.Form1.resources
│                       ├── SocketCoderBinaryServer.Properties.Resources.resources
│                       ├── SocketCoderBinaryServer.csproj.FileListAbsolute.txt
│                       ├── SocketCoderBinaryServer.csproj.GenerateResource.Cache
│                       └── TempPE
└── c#语音聊天室VoiceChatRoom.rar_VoiceChatRoom.rar

26 directories, 87 files