I want to programmatically sending (and processing the response) message. Instead of open cmd and type in the command manually:
- connecting to the server by using command
telnet [server_address] [port_number]
- send a message
- processing the response and send a following message
- repeat step 3 ...
How can I achieve this by using c#?