update
This commit is contained in:
@@ -9,6 +9,7 @@ namespace ConsoleApp.TelnetSamples
|
||||
public interface IAsyncTelnetClient
|
||||
{
|
||||
public event EventHandler<string> MessageCallback;
|
||||
public event EventHandler<Exception> ErrorCallback;
|
||||
|
||||
void Connect(string ip, int port = 23);
|
||||
void SendCommand(string command);
|
||||
|
Reference in New Issue
Block a user