A socket connection console application .NET 4.6.1 with using the SuperSocket (1.6.6.1) package.
This example was created the class "CustomStringParser" to get the full message that was sent, without using the "key".
Step to use:
- Run the application
- Open another command prompt and run "telnet 127.0.0.1 3333"
- Send a text and press the ENTER
- Send text and press ENTER
- Will return an answer and the connection is closed
- Check the "Logs" folder in the "bin/Logs" folder, for connection check and send messages via TELNET