文件名称:UDPserverCSharp
- 所属分类:
- ICQ/即时通讯
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-05-22
- 文件大小:
- 70kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用C#编写的独立UDP服务器,默认绑定地址127.0.0.1 端口为:9003,配合客户端使用,打开服务,与客户端建立连接即可通信-UDP server with independent written in C#, default binding address 127.0.0.1 port: 9003, with the clients, and to open the service, you can establish a communication connection with the client
(系统自动生成,下载前可以参看下载内容)
下载文件列表
单独的接收信息的服务器端\myQQQ\bin\Debug\myQQQ.exe
........................\.....\...\.....\myQQQ.pdb
........................\.....\...\.....\myQQQ.vshost.exe
........................\.....\...\.....\myQQQ.vshost.exe.manifest
........................\.....\Form1.cs
........................\.....\Form1.Designer.cs
........................\.....\Form1.resx
........................\.....\myQQQ.csproj
........................\.....\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
........................\.....\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
........................\.....\...\...\.....\GenerateResource.read.1.tlog
........................\.....\...\...\.....\GenerateResource.write.1.tlog
........................\.....\...\...\.....\myQQQ.csproj.FileListAbsolute.txt
........................\.....\...\...\.....\myQQQ.csproj.GenerateResource.Cache
........................\.....\...\...\.....\myQQQ.csprojResolveAssemblyReference.cache
........................\.....\...\...\.....\myQQQ.exe
........................\.....\...\...\.....\myQQQ.Form1.resources
........................\.....\...\...\.....\myQQQ.pdb
........................\.....\...\...\.....\myQQQ.Properties.Resources.resources
........................\.....\...\...\.....\ResolveAssemblyReference.cache
........................\.....\Program.cs
........................\.....\...perties\AssemblyInfo.cs
........................\.....\..........\Resources.Designer.cs
........................\.....\..........\Resources.resx
........................\.....\..........\Settings.Designer.cs
........................\.....\..........\Settings.settings
........................\myQQQ.sln
........................\myQQQ.suo
........................\myQQQ.v11.suo
........................\.....\obj\x86\Debug\TempPE
........................\.....\...\...\Debug
........................\.....\bin\Debug
........................\.....\obj\x86
........................\.....\bin
........................\.....\obj
........................\.....\Properties
........................\myQQQ
单独的接收信息的服务器端