This commit is contained in:
2023-10-05 17:56:04 +09:00
parent bce6521e43
commit a3a0cc201b
7 changed files with 279 additions and 244 deletions

View File

@@ -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);