文件名称:CSharpTCP-Socket
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-19
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- yann*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C# 异步TCPSocket聊天室,一个服务端,多个客户端-C# asynchronous TCP Socket chat rooms
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C# 异步TCP Socket聊天室\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
C# 异步TCP Socket聊天室