文件名称:TCPScoket
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 130kb
- 下载次数:
- 0次
- 提 供 者:
- lany****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用异步Socket方式实现TCP通讯源码
该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。
1、TcpCSfr a mework 为异步Socket通信框架
2、TcpClient 为TCP客户端
3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways to achieve TCP network communication, data transmission to adapt to the different communication needs through an increase of the corresponding communication protocol class. 1, TcpCSfr a mework for Asynchronous Socket communication fr a mework 2 TcpClient TCP client-side 3, TCPServer TCP Server
该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。
1、TcpCSfr a mework 为异步Socket通信框架
2、TcpClient 为TCP客户端
3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways to achieve TCP network communication, data transmission to adapt to the different communication needs through an increase of the corresponding communication protocol class. 1, TcpCSfr a mework for Asynchronous Socket communication fr a mework 2 TcpClient TCP client-side 3, TCPServer TCP Server
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TcpClient\bin\Debug\TcpClient.exe
.........\...\.....\TcpClient.pdb
.........\...\.....\TcpClient.vshost.exe
.........\...\.....\TcpCSFramework.dll
.........\...\.....\TcpCSFramework.pdb
.........\obj\Debug\ResolveAssemblyReference.cache
.........\...\.....\TcpClient.exe
.........\...\.....\TcpClient.pdb
.........\...\TcpClient.csproj.FileList.txt
.........\...\TcpClient.csproj.FileListAbsolute.txt
.........\Properties\AssemblyInfo.cs
.........\TcpClient.cs
.........\TcpClient.csproj
....SFramework\bin\Debug\TcpCSFramework.dll
..............\...\.....\TcpCSFramework.pdb
..............\Coder.cs
..............\DatagramResolver.cs
..............\FrameWork.cs
..............\NetEventArgs.cs
..............\obj\Debug\Refactor\TcpCSFramework.dll
..............\...\.....\TcpCSFramework.dll
..............\...\.....\TcpCSFramework.pdb
..............\...\TcpCSFramework.csproj.FileList.txt
..............\...\TcpCSFramework.csproj.FileListAbsolute.txt
..............\Properties\AssemblyInfo.cs
..............\Session.cs
..............\SessionId.cs
..............\TcpCSFramework.csproj
.CPServer\bin\Debug\TcpCSFramework.dll
.........\...\.....\TcpCSFramework.pdb
.........\...\.....\TCPServer.exe
.........\...\.....\TCPServer.pdb
.........\...\.....\TCPServer.vshost.exe
.........\myTcpServer.cs
.........\obj\Debug\TCPServer.exe
.........\...\.....\TCPServer.pdb
.........\...\TCPServer.csproj.FileList.txt
.........\...\TCPServer.csproj.FileListAbsolute.txt
.........\Properties\AssemblyInfo.cs
.........\TCPServer.csproj
.........\TCPServer.csproj.user
TCP.sln
TCP.suo
使用说明.txt
51aspx源码必读.txt
TcpClient\obj\Debug\TempPE
....SFramework\obj\Debug\Refactor
..............\...\.....\TempPE
.CPServer\obj\Debug\Refactor
.........\...\.....\TempPE
.cpClient\bin\Debug
.........\obj\Debug
....SFramework\bin\Debug
..............\obj\Debug
.CPServer\bin\Debug
.........\obj\Debug
.cpClient\bin
.........\obj
.........\Properties
....SFramework\bin
..............\obj
..............\Properties
.CPServer\bin
.........\obj
.........\Properties
TcpClient
TcpCSFramework
TCPServer