CodeArtEng.Tcp 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeArtEng.Tcp --version 1.3.0
NuGet\Install-Package CodeArtEng.Tcp -Version 1.3.0
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="CodeArtEng.Tcp" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeArtEng.Tcp --version 1.3.0
#r "nuget: CodeArtEng.Tcp, 1.3.0"
#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 CodeArtEng.Tcp as a Cake Addin
#addin nuget:?package=CodeArtEng.Tcp&version=1.3.0

// Install CodeArtEng.Tcp as a Cake Tool
#tool nuget:?package=CodeArtEng.Tcp&version=1.3.0

C# TCP Server and Client Implementation.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CodeArtEng.Tcp:

Package Downloads
CodeArtEng.Tcp.WinForms

WinForms components for CodeArtEnt.Tcp. Support .NET Framework 4.5, .NET 5.0 and .NET 6.0 (Preview)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.1 441 8/27/2022
5.1.0 359 8/21/2022
5.0.2 419 10/31/2021
5.0.1 309 9/16/2021
5.0.0 6,428 5/14/2021
3.1.0 394 1/24/2021
3.0.905-Beta 337 10/20/2020
3.0.903-Beta 323 10/20/2020
3.0.902-beta 310 10/6/2020
3.0.901-beta 355 9/23/2020
3.0.900-beta 320 9/22/2020
3.0.3 353 1/12/2021
3.0.2 400 1/5/2021
3.0.1 383 12/23/2020
3.0.0 484 12/13/2020
2.1.0 658 9/8/2019
2.0.0 527 9/2/2019
1.5.0 1,116 1/22/2018
1.3.0 964 8/19/2017
1.2.1 883 7/25/2017
1.2.0 912 7/2/2017
1.1.0 891 6/27/2017

V1.3.0: Add connection monitoring
V1.2.1: Bug Fixes
V1.2.0:
- Performance Improvement.
- TcpClient: Added DataReceived event.
- TcpServer: Fixed connect flag not set.

V1.1.0: Initial Release