Multi-client_Async_TCP_Server:[ C# ] 非同步多人聊天室。实作非同步模式TCP Socket

时间:2021-05-11 20:45:40
【文件属性】:
文件名称:Multi-client_Async_TCP_Server:[ C# ] 非同步多人聊天室。实作非同步模式TCP Socket
文件大小:153KB
文件格式:ZIP
更新时间:2021-05-11 20:45:40
C# 程式内容
多人聊天室 目的
实作非同步模式TCP Socket 。 使用工具Windows Forms C# 如何使用 下载zip 档,解压缩。 执行一个Server 程式: ChatRoomAsync_Server.exe > 启动聊天室( 位置:ChatRoomAsync \ ChatRoomAsync_Server \ bin\ Debug \ ChatRoomAsync_Server.exe) 执行多个Client 程式ChatRoomAsync_Client.exe > 输入目前网路连线IP > 连线( 位置:ChatRoomAsync \ ChatRoomAsync_Client \ bin \ Debug \ ChatRoomAsync_Client.exe)
【文件预览】:
Multi-client_Async_TCP_Server-master
----ChatRoomAsync.v12.suo(83KB)
----ChatRoomAsync()
--------Form1.cs(374B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(506B)
--------ChatRoomAsync.csproj(4KB)
--------Form1.Designer.cs(1KB)
--------App.config(182B)
----README.md(561B)
----ChatRoomAsync.sln(1KB)
----ChatRoomAsync_Client()
--------ClientForm.Designer.cs(12KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(518B)
--------ClientForm.cs(5KB)
--------ChatRoomAsync_Client.csproj(4KB)
--------App.config(248B)
--------ClientForm.resx(6KB)
--------StateObject.cs(512B)
----ChatRoomAsync_Server()
--------bin()
--------obj()
--------Properties()
--------Program.cs(518B)
--------ServerForm.cs(4KB)
--------ServerForm.resx(6KB)
--------ChatRoomAsync_Server.csproj(5KB)
--------App.config(247B)
--------StateObject.cs(512B)
--------ChatRoomAsync_Server.csproj.user(466B)
--------ServerForm.Designer.cs(4KB)

网友评论