文件名称:UDPClient-CSharp
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-05-22
- 文件大小:
- 57kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用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.vshost.exe.manifest
......\.....\...\.....\UDPClient.exe
......\.....\...\.....\UDPClient.pdb
......\.....\...\.....\UDPClient.vshost.exe
......\.....\...\.....\UDPClient.vshost.exe.manifest
......\.....\Form1.cs
......\.....\Form1.Designer.cs
......\.....\Form1.resx
......\.....\myQQQ.csproj
......\.....\myQQQ.csproj.user
......\.....\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
......\.....\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
......\.....\...\...\.....\GenerateResource.read.1.tlog
......\.....\...\...\.....\GenerateResource.write.1.tlog
......\.....\...\...\.....\myQQQ.csproj.FileListAbsolute.txt
......\.....\...\...\.....\TempPE\Properties.Resources.Designer.cs.dll
......\.....\...\...\.....\UDPClient.exe
......\.....\...\...\.....\UDPClient.Form1.resources
......\.....\...\...\.....\UDPClient.pdb
......\.....\...\...\.....\UDPClient.Properties.Resources.resources
......\.....\Program.cs
......\.....\...perties\AssemblyInfo.cs
......\.....\..........\Resources.Designer.cs
......\.....\..........\Resources.resx
......\.....\..........\Settings.Designer.cs
......\.....\..........\Settings.settings
......\myQQQ.sln
......\myQQQ.suo
......\.....\obj\x86\Debug\TempPE
......\.....\...\...\Debug
......\.....\bin\Debug
......\.....\...\Release
......\.....\obj\x86
......\.....\bin
......\.....\obj
......\.....\Properties
......\myQQQ
客户端