Lierda.Socket 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lierda.Socket --version 1.0.9
NuGet\Install-Package Lierda.Socket -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lierda.Socket" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lierda.Socket --version 1.0.9
#r "nuget: Lierda.Socket, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lierda.Socket as a Cake Addin
#addin nuget:?package=Lierda.Socket&version=1.0.9

// Install Lierda.Socket as a Cake Tool
#tool nuget:?package=Lierda.Socket&version=1.0.9

TCPIP网络侦听库,收到数据后自动以事件形势通知调用方,事件包含客户端接入时间、IP地址、在线时间、是否可接收数据,接收字节数、接收消息类型、登陆列表、ByteArray原始数据、HexString格式数据等;对EventSteam执行Tostring()可查看具体时间信息。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.4-CI-20200807-090550 365 8/7/2020
3.3.4-CI-20200807-090513 342 8/7/2020
3.3.4-CI-20200807-072557 332 8/7/2020
3.3.4-CI-20200807-071328 330 8/7/2020
3.3.4-CI-20200807-064105 337 8/7/2020
3.3.4-CI-20200805-015751 438 8/5/2020
3.3.3.4 576 8/7/2020
3.3.3.3 604 8/5/2020
2.0.2 1,084 4/13/2017
2.0.1 952 4/1/2017
2.0.0 960 3/24/2017
1.1.5 989 3/2/2017
1.1.4 971 3/2/2017
1.1.3 928 3/2/2017
1.1.2 949 2/27/2017
1.1.1 979 2/27/2017
1.1.0 946 2/27/2017
1.0.9 959 2/27/2017
1.0.8 977 2/27/2017
1.0.6 969 2/27/2017
1.0.5 972 2/23/2017
1.0.4 938 2/22/2017
1.0.3 950 2/22/2017
1.0.2 970 2/22/2017
1.0.1 1,100 2/17/2017
1.0.0 953 2/17/2017

修复了消息类型枚举错误的BUG
修复了因为重复开启而抛出异常的BUG
增加了识别ID的功能,注意,此功能可重写。
修复了因接口而导致的属性修改失败。修复了断开全部链接时失败的的错误