CodeArtEng.Tcp
1.3.0
There is a newer version of this package available.
See the version list below for details.
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.
<PackageVersion Include="CodeArtEng.Tcp" Version="1.3.0" />
<PackageReference Include="CodeArtEng.Tcp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeArtEng.Tcp --version 1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package CodeArtEng.Tcp@1.3.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeArtEng.Tcp&version=1.3.0
#tool nuget:?package=CodeArtEng.Tcp&version=1.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C# TCP Server and Client Implementation.
| Product | Versions 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.3.1 | 183 | 7/13/2025 |
| 5.3.0 | 223 | 11/9/2024 |
| 5.2.0 | 214 | 8/14/2024 |
| 5.1.3 | 180 | 8/10/2024 |
| 5.1.2 | 179 | 7/21/2024 |
| 5.1.1 | 603 | 8/27/2022 |
| 5.1.0 | 542 | 8/21/2022 |
| 5.0.2 | 613 | 10/31/2021 |
| 5.0.1 | 477 | 9/16/2021 |
| 5.0.0 | 6,696 | 5/14/2021 |
| 3.1.0 | 603 | 1/24/2021 |
| 3.0.905-Beta | 511 | 10/20/2020 |
| 3.0.903-Beta | 509 | 10/20/2020 |
| 3.0.902-beta | 498 | 10/6/2020 |
| 3.0.901-beta | 545 | 9/23/2020 |
| 3.0.900-beta | 517 | 9/22/2020 |
| 3.0.3 | 554 | 1/12/2021 |
| 3.0.2 | 598 | 1/5/2021 |
| 3.0.1 | 608 | 12/23/2020 |
| 3.0.0 | 677 | 12/13/2020 |
| 2.1.0 | 858 | 9/8/2019 |
| 2.0.0 | 741 | 9/2/2019 |
| 1.5.0 | 1,670 | 1/22/2018 |
| 1.3.0 | 1,341 | 8/19/2017 |
| 1.2.1 | 1,260 | 7/25/2017 |
| 1.2.0 | 1,281 | 7/2/2017 |
| 1.1.0 | 1,305 | 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