資源簡介
保證可用
代碼片段和文件信息
/*****************************************************************************
?*????????????????????????????Socket?TCP?Client
?*???????????????????????????無錫谷雨電子有限公司
?*???????????????????????????????2016/12/02
?*???????????????????????????注:資料僅供參考
?****************************************************************************/
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;
using?System.Net;
using?System.Net.Sockets;
using?System.IO;
using?System.Threading;
namespace?SocketClient
{
????public?partial?class?Form1?:?Form
????{
????????private?IPAddress?serverIP;
????????private?IPEndPoint?serverFullAdd
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1490??2016-12-02?15:08??C_Sharp_Socket\TCP\Socket.sln
????..A..H.?????36864??2014-11-05?17:14??C_Sharp_Socket\TCP\Socket.suo
????..A..H.?????68096??2016-12-02?15:17??C_Sharp_Socket\TCP\Socket.v12.suo
?????文件????????144??2014-11-05?17:05??C_Sharp_Socket\TCP\SocketClient\app.config
?????文件??????13824??2016-12-02?15:16??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.exe
?????文件????????144??2014-11-05?17:05??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.exe.config
?????文件??????36352??2016-12-02?15:16??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.pdb
?????文件??????24216??2016-12-02?15:16??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.vshost.exe
?????文件????????144??2014-11-05?17:05??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.vshost.exe.config
?????文件????????490??2010-03-17?22:39??C_Sharp_Socket\TCP\SocketClient\bin\Release\SocketClient.vshost.exe.manifest
?????文件???????3518??2016-12-02?15:10??C_Sharp_Socket\TCP\SocketClient\Form1.cs
?????文件??????13139??2016-12-02?15:08??C_Sharp_Socket\TCP\SocketClient\Form1.Designer.cs
?????文件???????6014??2016-12-02?15:08??C_Sharp_Socket\TCP\SocketClient\Form1.resx
?????文件???????1229??2014-10-07?17:51??C_Sharp_Socket\TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5938??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????600??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件???????1090??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件??????????2??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\GenerateResource.read.1.tlog
?????文件??????????2??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\GenerateResource.write.1.tlog
?????文件???????3095??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt
?????文件????????975??2014-10-08?23:19??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.Cache
?????文件???????1739??2014-10-08?22:48??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.csprojResolveAssemblyReference.cache
?????文件??????12800??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.exe
?????文件????????180??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.Form1.resources
?????文件??????30208??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.pdb
?????文件????????180??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Debug\SocketClient.Properties.Resources.resources
?????文件???????4608??2014-11-05?17:05??C_Sharp_Socket\TCP\SocketClient\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????1453??2016-11-25?08:53??C_Sharp_Socket\TCP\SocketClient\obj\Release\DesignTimeResolveAssemblyReferences.cache
?????文件???????6841??2016-12-02?15:15??C_Sharp_Socket\TCP\SocketClient\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????216??2014-11-05?17:14??C_Sharp_Socket\TCP\SocketClient\obj\Release\GenerateResource.read.1.tlog
............此處省略128個文件信息
評論
共有 條評論