91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 16.34M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 電子??讀寫??

資源簡介

電子卡的 讀寫功能



資源截圖

代碼片段和文件信息

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\Entityframework.6.2.0\content\net40\App.config.transform

?????文件????????209??2017-10-23?13:15??packages\Entityframework.6.2.0\content\net40\Web.config.transform

?????文件????4283636??2018-01-15?13:17??packages\Entityframework.6.2.0\Entityframework.6.2.0.nupkg

?????文件????5003984??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net40\Entityframework.dll

?????文件?????616656??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net40\Entityframework.SqlServer.dll

?????文件?????148963??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net40\Entityframework.SqlServer.xml

?????文件????3256661??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net40\Entityframework.xml

?????文件????5225168??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net45\Entityframework.dll

?????文件?????622288??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net45\Entityframework.SqlServer.dll

?????文件?????158388??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net45\Entityframework.SqlServer.xml

?????文件????3680079??2017-10-23?13:15??packages\Entityframework.6.2.0\lib\net45\Entityframework.xml

?????文件???????1970??2017-10-23?13:15??packages\Entityframework.6.2.0\tools\about_Entityframework.help.txt

?????文件??????50384??2017-10-23?13:15??packages\Entityframework.6.2.0\tools\Entityframework.PowerShell.dll

?????文件??????13520??2017-10-23?13:15??packages\Entityframework.6.2.0\tools\Entityframework.PowerShell.Utility.dll

............此處省略198個文件信息

評論

共有 條評論