資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?System.Net.Sockets;
using?System.Net;
using?System.IO;
namespace?客戶端
{
????public?partial?class?Client?:?Form
????{
????????//創建?1個客戶端套接字?和1個負責監聽服務端請求的線程
????????Thread?threadclient?=?null;
????????Socket?socketclient?=?null;
????????List?mlist?=new?List();
????????//文件路徑
????????string?filePath?=?string.Empty;
????????//文件名稱
????????string?fileName?=?string.Empty;
????????//
????????protected?BackgroundWorker?worker?=?new?BackgroundWorker();
????????public?Client()
????????{
????????????InitializeComponent();
?????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1318??2019-01-29?10:38??winsocket文件傳輸Demo\winsocket文件傳輸Demo.sln
????..A..H.?????36864??2019-01-30?12:01??winsocket文件傳輸Demo\winsocket文件傳輸Demo.suo
?????文件??????16896??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\bin\Debug\客戶端.exe
?????文件??????34304??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\bin\Debug\客戶端.pdb
?????文件??????11600??2019-01-30?10:23??winsocket文件傳輸Demo\客戶端\bin\Debug\客戶端.vshost.exe
?????文件????????490??2012-06-06?18:06??winsocket文件傳輸Demo\客戶端\bin\Debug\客戶端.vshost.exe.manifest
?????文件??????11243??2019-01-30?10:21??winsocket文件傳輸Demo\客戶端\Client.cs
?????文件???????7559??2019-01-29?15:53??winsocket文件傳輸Demo\客戶端\Client.Designer.cs
?????文件???????5817??2019-01-29?15:53??winsocket文件傳輸Demo\客戶端\Client.resx
?????文件???????5420??2019-01-30?08:25??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6350??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????180??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.Client.resources
?????文件????????739??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.csproj.FileListAbsolute.txt
?????文件???????1039??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.csproj.GenerateResource.Cache
?????文件??????16896??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.exe
?????文件??????34304??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.pdb
?????文件????????180??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.ProcessBar.resources
?????文件????????180??2019-01-30?10:35??winsocket文件傳輸Demo\客戶端\obj\x86\Debug\客戶端.Properties.Resources.resources
?????文件????????754??2019-01-30?09:26??winsocket文件傳輸Demo\客戶端\ProcessBar.cs
?????文件???????3154??2019-01-30?09:26??winsocket文件傳輸Demo\客戶端\ProcessBar.Designer.cs
?????文件???????5817??2019-01-30?09:26??winsocket文件傳輸Demo\客戶端\ProcessBar.resx
?????文件????????491??2019-01-29?10:16??winsocket文件傳輸Demo\客戶端\Program.cs
?????文件???????1368??2019-01-29?10:10??winsocket文件傳輸Demo\客戶端\Properties\AssemblyInfo.cs
?????文件???????2870??2019-01-29?10:10??winsocket文件傳輸Demo\客戶端\Properties\Resources.Designer.cs
?????文件???????5612??2019-01-29?10:10??winsocket文件傳輸Demo\客戶端\Properties\Resources.resx
?????文件???????1096??2019-01-29?10:10??winsocket文件傳輸Demo\客戶端\Properties\Settings.Designer.cs
?????文件????????249??2019-01-29?10:10??winsocket文件傳輸Demo\客戶端\Properties\Settings.settings
?????文件???????4011??2019-01-29?15:15??winsocket文件傳輸Demo\客戶端\客戶端.csproj
?????文件??????14848??2019-01-30?11:07??winsocket文件傳輸Demo\服務端\bin\Debug\服務端.exe
?????文件??????26112??2019-01-30?11:07??winsocket文件傳輸Demo\服務端\bin\Debug\服務端.pdb
............此處省略39個文件信息
- 上一篇:TreeView目錄文件瀏覽簡單代碼
- 下一篇:IIS一鍵部署
評論
共有 條評論