基于.netfx2.0的socket通讯封装组件

时间:2013-08-17 08:37:36
【文件属性】:
文件名称:基于.netfx2.0的socket通讯封装组件
文件大小:100KB
文件格式:RAR
更新时间:2013-08-17 08:37:36
C# .net tcp/ip socket 网络通讯 基于.netfx2.0的socket通讯封装组件,大大简化socket编程复制度,netconn客户端只需不超过10行代码即可完成socket网络通讯,如有需要,请发邮件索取源代码。 frank_biz@qq.com
【文件预览】:
NetBase.sln
sample1
----bin()
--------Release()
--------Debug()
----Form1.Designer.cs(4KB)
----Program.cs(466B)
----obj()
--------Release()
--------sample-client.csproj.FileListAbsolute.txt(2KB)
--------sample-client.csproj.FileList.txt(947B)
--------Debug()
----Form1.cs(2KB)
----Form1.resx(6KB)
----sample-client.csproj(4KB)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
sample
----bin()
--------Release()
--------Debug()
----Form1.Designer.cs(5KB)
----Program.cs(465B)
----obj()
--------Release()
--------sample-server.csproj.FileListAbsolute.txt(2KB)
--------sample-server.csproj.FileList.txt(895B)
--------Debug()
----Form1.cs(2KB)
----Form1.resx(6KB)
----sample-server.csproj(4KB)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
----sample-server.csproj.user(553B)

网友评论

  • 不错,可以学习一下!
  • 资料不错,对我有帮助
  • 还是建议看看dotnetmq的socket封装