I want to programmatically sending (and processing the response) message. Instead of open cmd and type in the command manually:
telnet [server_address] [port_number]
How can I achieve this by using c#?
Telnet library url: http://www.codeproject.com/KB/IP/MinimalisticTelnet.aspx
Previous thread: Executing commands by using Telnet in C#
Cheers.