文件名称:TcpCommunicationServer
-
所属分类:
- 标签属性:
- 上传时间:2015-06-12
-
文件大小:596.46kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
TCP实现即时通讯,当中包括了粘包的处理-TCP realize instant messaging, which includes the handling of sticky packages
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/Newtonsoft.Json.dll
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/background.png
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/eraser.cur
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/pen.cur
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.exe
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.pdb
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.vshost.exe
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.cs
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.designer.cs
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.resx
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/GenerateResource.read.1.tlog
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/GenerateResource.write.1.tlog
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/ResolveAssemblyReference.cache
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.exe
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.MainForm_Client.resources
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.pdb
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.Properties.Resources.resources
TcpCommunicationServer/TcpCommunicationClient/Program.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/AssemblyInfo.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Resources.Designer.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Resources.resx
TcpCommunicationServer/TcpCommunicationClient/Properties/Settings.Designer.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Settings.settings
TcpCommunicationServer/TcpCommunicationClient/TcpCommunicationClient.csproj
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/Newtonsoft.Json.dll
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationCore/JsonHelper.cs
TcpCommunicationServer/TcpCommunicationCore/Message/DrawPoint.cs
TcpCommunicationServer/TcpCommunicationCore/Message/FriendsList.cs
TcpCommunicationServer/TcpCommunicationCore/Message/HeartBeat.cs
TcpCommunicationServer/TcpCommunicationCore/Message/MessageBase.cs
TcpCommunicationServer/TcpCommunicationCore/Message/UserInfo.cs
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationCore/OnlineUserInfo.cs
TcpCommunicationServer/TcpCommunicationCore/Properties/AssemblyInfo.cs
TcpCommunicationServer/TcpCommunicationCore/TcpCommunicationCore.csproj
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/Newtonsoft.Json.dll
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.exe
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.pdb
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.vshost.exe
TcpCommunicationServer/TcpCommunicationServer/Class1.cs
TcpCommunicationServer/TcpCommunicationServer/Class2.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.Designer.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.resx
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.cs
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.designer.cs
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.resx
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/GenerateResource.read.1.tlog
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/GenerateResource.write.1.tlog
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/ResolveAssemblyReference.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/TcpCommunicationServer.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpC
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/background.png
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/eraser.cur
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/ProjectImg/pen.cur
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.exe
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.pdb
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationClient.vshost.exe
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationClient/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.cs
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.designer.cs
TcpCommunicationServer/TcpCommunicationClient/MainForm_Client.resx
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/GenerateResource.read.1.tlog
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/GenerateResource.write.1.tlog
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/ResolveAssemblyReference.cache
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.exe
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.MainForm_Client.resources
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.pdb
TcpCommunicationServer/TcpCommunicationClient/obj/x86/Debug/TcpCommunicationClient.Properties.Resources.resources
TcpCommunicationServer/TcpCommunicationClient/Program.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/AssemblyInfo.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Resources.Designer.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Resources.resx
TcpCommunicationServer/TcpCommunicationClient/Properties/Settings.Designer.cs
TcpCommunicationServer/TcpCommunicationClient/Properties/Settings.settings
TcpCommunicationServer/TcpCommunicationClient/TcpCommunicationClient.csproj
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/Newtonsoft.Json.dll
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationCore/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationCore/JsonHelper.cs
TcpCommunicationServer/TcpCommunicationCore/Message/DrawPoint.cs
TcpCommunicationServer/TcpCommunicationCore/Message/FriendsList.cs
TcpCommunicationServer/TcpCommunicationCore/Message/HeartBeat.cs
TcpCommunicationServer/TcpCommunicationCore/Message/MessageBase.cs
TcpCommunicationServer/TcpCommunicationCore/Message/UserInfo.cs
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationCore/obj/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationCore/OnlineUserInfo.cs
TcpCommunicationServer/TcpCommunicationCore/Properties/AssemblyInfo.cs
TcpCommunicationServer/TcpCommunicationCore/TcpCommunicationCore.csproj
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/Newtonsoft.Json.dll
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationCore.dll
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationCore.pdb
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.exe
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.pdb
TcpCommunicationServer/TcpCommunicationServer/bin/Debug/TcpCommunicationServer.vshost.exe
TcpCommunicationServer/TcpCommunicationServer/Class1.cs
TcpCommunicationServer/TcpCommunicationServer/Class2.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.Designer.cs
TcpCommunicationServer/TcpCommunicationServer/Form1.resx
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.cs
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.designer.cs
TcpCommunicationServer/TcpCommunicationServer/MainForm_Server.resx
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/GenerateResource.read.1.tlog
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/GenerateResource.write.1.tlog
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/ResolveAssemblyReference.cache
TcpCommunicationServer/TcpCommunicationServer/obj/x86/Debug/TcpCommunicationServer.csproj.FileListAbsolute.txt
TcpCommunicationServer/TcpC
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
