CodeArtEng.Tcp
1.2.1
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.2.1
NuGet\Install-Package CodeArtEng.Tcp -Version 1.2.1
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.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeArtEng.Tcp --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodeArtEng.Tcp, 1.2.1"
#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.2.1 // Install CodeArtEng.Tcp as a Cake Tool #tool nuget:?package=CodeArtEng.Tcp&version=1.2.1
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.0 | 82 | 11/9/2024 |
5.2.0 | 143 | 8/14/2024 |
5.1.3 | 117 | 8/10/2024 |
5.1.2 | 110 | 7/21/2024 |
5.1.1 | 463 | 8/27/2022 |
5.1.0 | 387 | 8/21/2022 |
5.0.2 | 446 | 10/31/2021 |
5.0.1 | 336 | 9/16/2021 |
5.0.0 | 6,539 | 5/14/2021 |
3.1.0 | 420 | 1/24/2021 |
3.0.905-Beta | 362 | 10/20/2020 |
3.0.903-Beta | 346 | 10/20/2020 |
3.0.902-beta | 335 | 10/6/2020 |
3.0.901-beta | 383 | 9/23/2020 |
3.0.900-beta | 346 | 9/22/2020 |
3.0.3 | 380 | 1/12/2021 |
3.0.2 | 432 | 1/5/2021 |
3.0.1 | 416 | 12/23/2020 |
3.0.0 | 515 | 12/13/2020 |
2.1.0 | 685 | 9/8/2019 |
2.0.0 | 557 | 9/2/2019 |
1.5.0 | 1,146 | 1/22/2018 |
1.3.0 | 992 | 8/19/2017 |
1.2.1 | 908 | 7/25/2017 |
1.2.0 | 940 | 7/2/2017 |
1.1.0 | 920 | 6/27/2017 |
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