async socket telnet
This commit is contained in:
@@ -9,7 +9,6 @@ namespace ConsoleApp.TelnetSamples
|
||||
public interface ITelnetClient
|
||||
{
|
||||
string Connect(string ip, int port = 23);
|
||||
string Read();
|
||||
string SendCommand(string command);
|
||||
void Close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user