Skip to content
Mattias Åslund edited this page Jan 22, 2018 · 7 revisions

The SocketMessaging package simplifies the usage of System.Net.Sockets by solving two problems:

  1. It hides the need for polling constantly polling the connection to ensure it is still up and receive data.

  2. It optionally sends and receives data as formatted messages, making it much easier to know when you have received a complete message and tell different messages apart.

Install instructions

The easiest way to install SocketMessaging is by NuGet. Run the following command in the Visual Studio Package Manager Console:

Install-Package SocketMessaging

Where to go next

Clone this wiki locally