文件名称:CSharpTcp
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-08-28
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- pe***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C# TCP的一个简单聊天室,包含服务器和客户端 ,可以参考一下。-C# TCP is a simple chat room, including server and client, you can reference.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C#Tcp\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