Description: C# TCP is a simple chat room, including server and client, you can reference.
To Search:
File list (Check if you may need any files):
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