資源簡介
文件包含兩個文件,分別是ChatServer、ChatClient,為通信的客戶機和服務器,實現網絡協議的連接,界面的設計,聊天的通信細節,不錯的實戰實例

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?ChatClient
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????57344??2017-06-14?01:14??ChatClient\.vs\ChatClient\v14\.suo
?????文件????????189??2017-06-13?23:10??ChatClient\ChatClient\App.config
?????文件??????21504??2017-06-14?01:10??ChatClient\ChatClient\bin\Debug\ChatClient.exe
?????文件????????189??2017-06-13?23:10??ChatClient\ChatClient\bin\Debug\ChatClient.exe.config
?????文件??????52736??2017-06-14?01:10??ChatClient\ChatClient\bin\Debug\ChatClient.pdb
?????文件??????22696??2017-06-14?01:14??ChatClient\ChatClient\bin\Debug\ChatClient.vshost.exe
?????文件????????189??2017-06-13?23:10??ChatClient\ChatClient\bin\Debug\ChatClient.vshost.exe.config
?????文件???????5703??2017-06-14?01:10??ChatClient\ChatClient\ChatClient.csproj
?????文件???????1101??2017-06-14?00:28??ChatClient\ChatClient\Contorl\FileRecvContorl.cs
?????文件???????2910??2017-06-14?00:28??ChatClient\ChatClient\Contorl\FileRecvContorl.Designer.cs
?????文件???????5817??2017-06-14?00:28??ChatClient\ChatClient\Contorl\FileRecvContorl.resx
?????文件???????1436??2017-06-14?01:10??ChatClient\ChatClient\Contorl\ImgContorl.cs
?????文件???????4520??2017-06-14?01:10??ChatClient\ChatClient\Contorl\ImgContorl.Designer.cs
?????文件???????5817??2017-06-14?01:10??ChatClient\ChatClient\Contorl\ImgContorl.resx
?????文件????????833??2017-06-14?01:05??ChatClient\ChatClient\Contorl\MessageControl.cs
?????文件???????3026??2017-06-14?01:05??ChatClient\ChatClient\Contorl\MessageControl.Designer.cs
?????文件???????5817??2017-06-14?01:05??ChatClient\ChatClient\Contorl\MessageControl.resx
?????文件????????506??2017-06-14?01:00??ChatClient\ChatClient\Form1.cs
?????文件???????4012??2017-06-14?01:00??ChatClient\ChatClient\Form1.Designer.cs
?????文件???????5817??2017-06-14?01:00??ChatClient\ChatClient\Form1.resx
?????文件????????548??2017-06-14?01:10??ChatClient\ChatClient\ImageForm.cs
?????文件???????2303??2017-06-14?01:10??ChatClient\ChatClient\ImageForm.Designer.cs
?????文件???????5817??2017-06-14?01:10??ChatClient\ChatClient\ImageForm.resx
?????文件???????6439??2017-06-14?01:00??ChatClient\ChatClient\MainForm.cs
?????文件???????8601??2017-06-14?00:17??ChatClient\ChatClient\MainForm.Designer.cs
?????文件???????6015??2017-06-14?00:17??ChatClient\ChatClient\MainForm.resx
?????文件????????930??2017-06-14?01:14??ChatClient\ChatClient\obj\Debug\ChatClient.csproj.FileListAbsolute.txt
?????文件???????1357??2017-06-14?01:10??ChatClient\ChatClient\obj\Debug\ChatClient.csproj.GenerateResource.Cache
?????文件??????21504??2017-06-14?01:10??ChatClient\ChatClient\obj\Debug\ChatClient.exe
?????文件????????180??2017-06-14?01:10??ChatClient\ChatClient\obj\Debug\ChatClient.FileRecvContorl.resources
............此處省略99個文件信息
評論
共有 條評論