文件名称:NetSocketChat
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-11-18
- 文件大小:
- 2.11mb
- 下载次数:
- 0次
- 提 供 者:
- 蒋**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
聊天室支持公聊和私聊频道,理论上可以支持几百甚至几千人,具体上限没有经过测试,在这个案例之中,
大家将会掌握基于AgileEAS.NET SOA中间件Socket/Tcp框架的比较复杂的消息定义及消息处理及消息协调,
同时还会掌握如何管理服务端的链接、聊天室用户在线状态、消息的多目标转发等功能。-Chat rooms and private chat support public chat channels, in theory, can support hundreds or even thousands of people, concrete ceiling has not been tested, in this case among the
We will grasp AgileEAS.NET SOA-based middleware Socket/Tcp fr a mework more complex message definition and message processing and message coordination,
While also learn how to manage the service side of the link, chat room users online status, message forwarding and other multi-objective functions.
大家将会掌握基于AgileEAS.NET SOA中间件Socket/Tcp框架的比较复杂的消息定义及消息处理及消息协调,
同时还会掌握如何管理服务端的链接、聊天室用户在线状态、消息的多目标转发等功能。-Chat rooms and private chat support public chat channels, in theory, can support hundreds or even thousands of people, concrete ceiling has not been tested, in this case among the
We will grasp AgileEAS.NET SOA-based middleware Socket/Tcp fr a mework more complex message definition and message processing and message coordination,
While also learn how to manage the service side of the link, chat room users online status, message forwarding and other multi-objective functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
51Aspx源码必读.txt
Code
....\BLL.Contracts
....\.............\ChatRoom.BLL.Contracts.csproj
....\.............\IUserService.cs
....\.............\Properties
....\.............\..........\AssemblyInfo.cs
....\.............\bin
....\.............\...\Debug
....\.............\...\Release
....\.............\obj
....\.............\...\Debug
....\.............\...\.....\ChatRoom.BLL.Contracts.csproj.FileListAbsolute.txt
....\.............\...\.....\ChatRoom.BLL.Contracts.csprojResolveAssemblyReference.cache
....\.............\...\.....\ChatRoom.BLL.Contracts.dll
....\.............\...\.....\ChatRoom.BLL.Contracts.pdb
....\.............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
....\.............\...\.....\TempPE
....\BLL.Host
....\........\ChatRoom.BLL.Host.csproj
....\........\Properties
....\........\..........\AssemblyInfo.cs
....\........\UserService.cs
....\........\bin
....\........\...\Debug
....\........\...\Release
....\........\obj
....\........\...\Debug
....\........\...\.....\ChatRoom.BLL.Host.csproj.FileListAbsolute.txt
....\........\...\.....\ChatRoom.BLL.Host.csprojResolveAssemblyReference.cache
....\........\...\.....\ChatRoom.BLL.Host.dll
....\........\...\.....\ChatRoom.BLL.Host.pdb
....\........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
....\........\...\.....\TempPE
....\ChatRoom
....\........\AddUser.Designer.cs
....\........\AddUser.cs
....\........\AddUser.resx
....\........\App.config
....\........\AppContext.cs
....\........\Banner.cs
....\........\Banner.designer.cs
....\........\Banner.resx
....\........\ChangePassword.Designer.cs
....\........\ChangePassword.cs
....\........\ChangePassword.resx
....\........\ChatingRoom.MainClient.csproj
....\........\ChatingRoom.MainClient.csproj.user
....\........\Color.cs
....\........\ColoredComboBox.cs
....\........\ConstDefine.cs
....\........\Handler
....\........\.......\ChatMessageHandler.cs
....\........\.......\FindPwdHandler.cs
....\........\.......\LoginResultHandler.cs
....\........\.......\OnLineResultHandler.cs
....\........\.......\UserStateMessageHandler.cs
....\........\LoginForm.Designer.cs
....\........\LoginForm.cs
....\........\LoginForm.resx
....\........\MainForm.Designer.cs
....\........\MainForm.cs
....\........\MainForm.resx
....\........\Program.cs
....\........\Properties
....\........\..........\AssemblyInfo.cs
....\........\..........\Resources.Designer.cs
....\........\..........\Resources.resx
....\........\..........\Settings.Designer.cs
....\........\..........\Settings.settings
....\........\Resources
....\........\.........\l.jpg
....\........\.........\login.jpg
....\........\.........\m.jpg
....\........\.........\r.jpg
....\........\StateNotifyHelper.cs
....\........\flower.ico
....\........\obj
....\........\...\Debug
....\........\...\.....\ChatingRoom.MainClient.csproj.FileListAbsolute.txt
....\........\...\.....\ChatingRoom.MainClient.csproj.GenerateResource.Cache
....\........\...\.....\ChatingRoom.MainClient.csprojResolveAssemblyReference.cache
....\........\...\.....\ChatingRoom.MainClient.exe
....\........\...\.....\ChatingRoom.MainClient.pdb
....\........\...\.....\ChatingRoom.UI.AddUser.resources
....\........\...\.....\ChatingRoom.UI.Banner.resources
....\........\...\.....\ChatingRoom.UI.ChangePassword.resources
....\........\...\.....\ChatingRoom.UI.LoginForm.resources
....\........\...\.....\ChatingRoom.UI.MainForm.resources
....\........\...\.....\ChatingRoom.UI.Properties.Resources.resources
....\........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
....\........\...\.....\TempPE
....\........\user_male.ico
....\ChatRoom.sln
....\ChatRoom.suo
....\ChatRoom.v11.suo
....\Entities
....\........\ChatRoom.Entities.csproj
....\........\DbEntities.cs
....\........\Generat