I'm new with C# and I need some implementation example to do the following interactions with telnet commands/protocol
- Connect using telnet
- Send a command
- Exit telnet session/connection
Describing in details the bellow steps
telnet 11.11.11.1 0000
Get https://11.11.11.1:0000/httpgw.conf?Type=SMS&Address=12345678&MsgID=12 3&Notify=N&Validity=24:00&OAdC=15555&Message=HelloBrother HTTP/1.1
^: exit
It's possible to use only the standard library or will be needed some custom package/library to do this?