CodeArtEng.Tcp
1.5.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.5.0
NuGet\Install-Package CodeArtEng.Tcp -Version 1.5.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.5.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeArtEng.Tcp" Version="1.5.0" />
<PackageReference Include="CodeArtEng.Tcp"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodeArtEng.Tcp, 1.5.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.5.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.5.0
#tool nuget:?package=CodeArtEng.Tcp&version=1.5.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 | 186 | 7/13/2025 |
| 5.3.0 | 225 | 11/9/2024 |
| 5.2.0 | 217 | 8/14/2024 |
| 5.1.3 | 183 | 8/10/2024 |
| 5.1.2 | 183 | 7/21/2024 |
| 5.1.1 | 605 | 8/27/2022 |
| 5.1.0 | 545 | 8/21/2022 |
| 5.0.2 | 616 | 10/31/2021 |
| 5.0.1 | 481 | 9/16/2021 |
| 5.0.0 | 6,696 | 5/14/2021 |
| 3.1.0 | 604 | 1/24/2021 |
| 3.0.905-Beta | 512 | 10/20/2020 |
| 3.0.903-Beta | 513 | 10/20/2020 |
| 3.0.902-beta | 499 | 10/6/2020 |
| 3.0.901-beta | 546 | 9/23/2020 |
| 3.0.900-beta | 520 | 9/22/2020 |
| 3.0.3 | 555 | 1/12/2021 |
| 3.0.2 | 602 | 1/5/2021 |
| 3.0.1 | 612 | 12/23/2020 |
| 3.0.0 | 679 | 12/13/2020 |
| 2.1.0 | 862 | 9/8/2019 |
| 2.0.0 | 744 | 9/2/2019 |
| 1.5.0 | 1,683 | 1/22/2018 |
| 1.3.0 | 1,349 | 8/19/2017 |
| 1.2.1 | 1,267 | 7/25/2017 |
| 1.2.0 | 1,287 | 7/2/2017 |
| 1.1.0 | 1,314 | 6/27/2017 |
V1.5.0: TCP Client
TcpClient:
- NEW: Implemented IDisposable interface
- NEW: Added TcpDataReceivedEventArgs to DataReceived event.
- UPDATE: Dispose monitorin threads in disconnect function.
- UPDATE: Changed bytes reading function.