文件名称:TcpClientServerExample
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-02
- 文件大小:
- 546kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
强大的C#TCP连接类,提供NetworkServer、NetworkClient、NetworkSocketManager三个类动态链接库封装及源码,并有实例和测试程序。传输稳定,不过有点遗憾是动态监测客户端离线还有待优化。-Strong C# TCP connection class, NetworkServer, NetworkClient, NetworkSocketManager three dynamic link library package and source code and examples, and test procedures. Transmission is stable, but a little disappointed dynamic monitoring of client offline yet to be optimized.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TcpClientServerExample
......................\Backup
......................\......\ChatClient
......................\......\..........\ChatClient.csproj
......................\......\..........\Program.cs
......................\......\..........\Properties
......................\......\..........\..........\AssemblyInfo.cs
......................\......\..........\..........\Resources.Designer.cs
......................\......\..........\..........\Resources.resx
......................\......\..........\..........\Settings.Designer.cs
......................\......\..........\..........\Settings.settings
......................\......\..........\frmMain.Designer.cs
......................\......\..........\frmMain.cs
......................\......\..........\frmMain.resx
......................\......\ChatClientServerExample.sln
......................\......\ChatClientServerExample.suo
......................\......\ChatServer
......................\......\..........\ChatServer.csproj
......................\......\..........\Program.cs
......................\......\..........\Properties
......................\......\..........\..........\AssemblyInfo.cs
......................\......\..........\..........\Resources.Designer.cs
......................\......\..........\..........\Resources.resx
......................\......\..........\..........\Settings.Designer.cs
......................\......\..........\..........\Settings.settings
......................\......\..........\frmMain.Designer.cs
......................\......\..........\frmMain.cs
......................\......\..........\frmMain.resx
......................\......\ForemanDP
......................\......\.........\ForemanDP.csproj
......................\......\.........\Properties
......................\......\.........\..........\AssemblyInfo.cs
......................\......\.........\cBasicServer.cs
......................\......\.........\cBasicWorker.cs
......................\......\.........\cServerNode.cs
......................\......\MultiClientBenchmark
......................\......\....................\MultiClientBenchmark.csproj
......................\......\....................\Program.cs
......................\......\....................\Properties
......................\......\....................\..........\AssemblyInfo.cs
......................\......\....................\..........\Resources.Designer.cs
......................\......\....................\..........\Resources.resx
......................\......\....................\..........\Settings.Designer.cs
......................\......\....................\..........\Settings.settings
......................\......\....................\cIdentityClient.cs
......................\......\....................\frmMain.Designer.cs
......................\......\....................\frmMain.cs
......................\......\....................\frmMain.resx
......................\......\NetworkClient
......................\......\.............\NetworkClient.csproj
......................\......\.............\Properties
......................\......\.............\..........\AssemblyInfo.cs
......................\......\.............\cApplicationLayerTransmitionControl.cs
......................\......\.............\cNetworkClientBase.cs
......................\......\.............\sCommunicationSettings.cs
......................\......\NetworkServer
......................\......\.............\NetworkServer.csproj
......................\......\.............\Properties
......................\......\.............\..........\AssemblyInfo.cs
......................\......\.............\cNetworkServerBase.cs
......................\......\.............\cNetworkServerClientAccepter.cs
......................\......\.............\cNetworkServerClientConnecter.cs
......................\......\.............\cNetworkServerClientListener.cs
......................\......\.............\cNetworkServerClientWorker.cs
......................\......\.............\iDataSender.cs
......................\......\NetworkSocketManager
....