資源簡介
電子卡的 讀寫功能
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Net.Sockets;
using?System.Net;
using?System.Globalization;
using?System.Threading;
namespace?TCPClient
{
????///?
????///?異步TCP客戶端
????///?
????public?class?AsyncTcpClient?:?IDisposable
????{
????????#region?Fields
????????private?TcpClient?tcpClient;
????????private?bool?disposed?=?false;
????????private?int?retries?=?0;
????????#endregion
????????#region?Ctors
????????///?
????????///?異步TCP客戶端
????????///?
????????///?遠端服務器終結點
????????public?AsyncTcpClient(IPEndPoint?remoteEP)
????????????:?this(new[]?{?remoteEP.Address?}?remoteEP.Port)
????????{
????????}
????????///?
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????70656??2018-01-21?11:35??.vs\TcpClient\v14\.suo
?????文件??????14267??2016-03-09?13:39??AsyncTcpClient\AsyncTcpClient.cs
?????文件???????2568??2016-03-09?15:24??AsyncTcpClient\AsyncTcpClient.csproj
?????文件??????13312??2016-03-09?15:25??AsyncTcpClient\bin\Debug\AsyncTcpClient.dll
?????文件??????36352??2016-03-09?15:25??AsyncTcpClient\bin\Debug\AsyncTcpClient.pdb
?????文件????????402??2016-03-09?13:26??AsyncTcpClient\obj\Debug\AsyncTcpClient.csproj.FileListAbsolute.txt
?????文件???????1754??2017-09-27?14:46??AsyncTcpClient\obj\Debug\AsyncTcpClient.csprojResolveAssemblyReference.cache
?????文件??????13312??2016-03-09?15:25??AsyncTcpClient\obj\Debug\AsyncTcpClient.dll
?????文件??????36352??2016-03-09?15:25??AsyncTcpClient\obj\Debug\AsyncTcpClient.pdb
?????文件???????6554??2017-09-22?14:16??AsyncTcpClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1370??2016-03-09?10:29??AsyncTcpClient\Properties\AssemblyInfo.cs
?????文件????????977??2016-03-09?10:30??AsyncTcpClient\TcpDatagramReceivedEventArgs.cs
?????文件???????1720??2016-03-09?10:30??AsyncTcpClient\TcpServerConnectedEventArgs.cs
?????文件???????1726??2016-03-09?10:30??AsyncTcpClient\TcpServerDisconnectedEventArgs.cs
?????文件???????2020??2016-03-09?10:30??AsyncTcpClient\TcpServerExceptionOccurredEventArgs.cs
?????文件??????????0??2017-12-02?09:42??mscorlib.pdb\3189FC9BFD6646F8A3EB54835EEA20F32\download.error
?????文件????????209??2017-10-23?13:15??packages\Entityfr
?????文件????????209??2017-10-23?13:15??packages\Entityfr
?????文件????4283636??2018-01-15?13:17??packages\Entityfr
?????文件????5003984??2017-10-23?13:15??packages\Entityfr
?????文件?????616656??2017-10-23?13:15??packages\Entityfr
?????文件?????148963??2017-10-23?13:15??packages\Entityfr
?????文件????3256661??2017-10-23?13:15??packages\Entityfr
?????文件????5225168??2017-10-23?13:15??packages\Entityfr
?????文件?????622288??2017-10-23?13:15??packages\Entityfr
?????文件?????158388??2017-10-23?13:15??packages\Entityfr
?????文件????3680079??2017-10-23?13:15??packages\Entityfr
?????文件???????1970??2017-10-23?13:15??packages\Entityfr
?????文件??????50384??2017-10-23?13:15??packages\Entityfr
?????文件??????13520??2017-10-23?13:15??packages\Entityfr
............此處省略198個文件信息
- 上一篇:C#編程實例與技巧
- 下一篇:基于C#的二次開發:自動生成導向箭頭
評論
共有 條評論