資源簡介
客戶端程序
代碼片段和文件信息
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.Net;
using?System.Net.Sockets;
using?System.Threading;
using?System.IO;
namespace?客戶端
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????Thread?th;
????????Socket?socket;
????????private?void?butConnect_Click(object?sender?EventArgs?e)
????????{
????????????//1?創建ip地址
????????????IPAddress?ip?=?IPAddress.Parse(textIp.Text);
????????????//2?創建端口號
????????????IPEndPoint?port?=?new?IPEndPoint(ip?Convert.ToInt32(textPort.Text));
????????????//3?創建socket對象
????????????socket?=?new?Sock
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-08-14?09:12??客戶端\
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\
?????文件????????8353??2019-06-28?15:19??客戶端\客戶端\Form1.Designer.cs
?????文件????????5345??2019-06-28?15:26??客戶端\客戶端\Form1.cs
?????文件????????6184??2019-06-28?12:01??客戶端\客戶端\Form1.resx
?????文件?????????490??2019-06-26?19:49??客戶端\客戶端\Program.cs
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\Properties\
?????文件????????1350??2019-06-26?19:49??客戶端\客戶端\Properties\AssemblyInfo.cs
?????文件????????2870??2019-06-26?19:49??客戶端\客戶端\Properties\Resources.Designer.cs
?????文件????????5612??2019-06-26?19:49??客戶端\客戶端\Properties\Resources.resx
?????文件????????1096??2019-06-26?19:49??客戶端\客戶端\Properties\Settings.Designer.cs
?????文件?????????249??2019-06-26?19:49??客戶端\客戶端\Properties\Settings.settings
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\bin\
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\bin\Debug\
?????文件???????12800??2019-06-28?15:26??客戶端\客戶端\bin\Debug\客戶端.exe
?????文件???????28160??2019-06-28?15:26??客戶端\客戶端\bin\Debug\客戶端.pdb
?????文件???????11600??2019-10-12?14:55??客戶端\客戶端\bin\Debug\客戶端.vshost.exe
?????文件?????????490??2017-09-29?21:43??客戶端\客戶端\bin\Debug\客戶端.vshost.exe.manifest
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\obj\
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\obj\x86\
?????目錄???????????0??2019-08-14?09:12??客戶端\客戶端\obj\x86\Debug\
?????文件????????5420??2019-06-27?20:46??客戶端\客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6308??2019-10-12?14:52??客戶端\客戶端\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2019-10-12?14:55??客戶端\客戶端\obj\x86\Debug\TempPE\
?????文件?????????180??2019-06-28?12:01??客戶端\客戶端\obj\x86\Debug\客戶端.Form1.resources
?????文件?????????180??2019-06-27?07:08??客戶端\客戶端\obj\x86\Debug\客戶端.Properties.Resources.resources
?????文件????????1020??2019-10-12?14:55??客戶端\客戶端\obj\x86\Debug\客戶端.csproj.FileListAbsolute.txt
?????文件?????????975??2019-06-28?12:01??客戶端\客戶端\obj\x86\Debug\客戶端.csproj.GenerateResource.Cache
?????文件????????9174??2019-06-27?20:54??客戶端\客戶端\obj\x86\Debug\客戶端.csprojResolveAssemblyReference.cache
?????文件???????12800??2019-06-28?15:26??客戶端\客戶端\obj\x86\Debug\客戶端.exe
?????文件???????28160??2019-06-28?15:26??客戶端\客戶端\obj\x86\Debug\客戶端.pdb
............此處省略3個文件信息
- 上一篇:Sock通訊服務端程序
- 下一篇:asp.net excel導出 源碼
評論
共有 條評論