Info
Version: | 1.0.1 |
Author(s): | Juan Carlos Vargas |
Last Update: | Friday, January 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BrandonPotter/SimpleTCP |
NuGet Url: | https://www.nuget.org/packages/SimpleTCPStandar |
Install
Install-Package SimpleTCPStandar
dotnet add package SimpleTCPStandar
paket add SimpleTCPStandar
SimpleTCPStandar Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Linq(>= 4.3.0)
- System.Net.NetworkInformation(>= 4.3.0)
- System.Net.Primitives(>= 4.3.0)
- System.Net.Sockets(>= 4.3.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
Tags
Extremely useful for reading/writing with line-by-line command interfaces. Supports binary and string messages, automatic string trimming, and end-of-message delimiter (newline by default).