Re: How to execute commands one by one (General questions)
Hey i have one more question. Since i dont know how large the return string will be when i use Telnet.Receive method. What parameters should i pass?
i tried
object obj = telnet1.Receive(null, null);
receivedData = obj.ToString();
and this is working, but is that okay to pass null values.
I really appriciate you guys for giving me quick response.