Wrapper of TcpClient what help focus on WHAT you transfer over TCP not HOW (Async, Thread-safe, TcpSerialization with attribute schema, Big/Little endian, Cancellation support).
Info
Version: | 2.0.0 |
Author(s): | Bogdan Yanysh |
Last Update: | Monday, August 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Drenalol/TcpClientIo |
NuGet Url: | https://www.nuget.org/packages/TcpClientIo |
Install
Install-Package TcpClientIo
dotnet add package TcpClientIo
paket add TcpClientIo
TcpClientIo Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
- System.IO.Pipelines(>= 4.7.2)
- System.Threading.Tasks.Dataflow(>= 4.11.1)
- WaitingDictionary(>= 1.0.5)
Tags