文件名称:AsyncTcp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-07-20
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- cultiva*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C# 异步TCP Socket聊天室(1服务器,N客户端) 一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。-C# asynchronous TCP Socket chat rooms (one server, N clients) general chat programs are using the socket mode communications. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the server through the exchange of messages.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AsyncTcp\AsyncTcp\AsyncTcp.sln
........\........\........Client\AsyncTcpClient.csproj
........\........\..............\bin\Debug\AsyncTcpClient.vshost.exe.manifest
........\........\..............\FormClient.cs
........\........\..............\FormClient.Designer.cs
........\........\..............\FormClient.resx
........\........\..............\Program.cs
........\........\..............\...perties\AssemblyInfo.cs
........\........\..............\..........\Resources.Designer.cs
........\........\..............\..........\Resources.resx
........\........\..............\..........\Settings.Designer.cs
........\........\..............\..........\Settings.settings
........\........\........Server\AsyncTcpServer.csproj
........\........\..............\bin\Debug\AsyncTcpServer.vshost.exe.manifest
........\........\..............\FormServer.cs
........\........\..............\FormServer.Designer.cs
........\........\..............\FormServer.resx
........\........\..............\Program.cs
........\........\..............\...perties\AssemblyInfo.cs
........\........\..............\..........\Resources.Designer.cs
........\........\..............\..........\Resources.resx
........\........\..............\..........\Settings.Designer.cs
........\........\..............\..........\Settings.settings
........\........\..............\User.cs
........\........\........Client\bin\Debug
........\........\........Server\bin\Debug
........\........\........Client\bin
........\........\..............\Properties
........\........\........Server\bin
........\........\..............\Properties
........\........\AsyncTcpClient
........\........\AsyncTcpServer
........\AsyncTcp
AsyncTcp