Re: How to execute commands one by one - WeOnlyDo Discussion board

Re: How to execute commands one by one (General questions)

by lax4u, Tuesday, July 03, 2007, 20:56 (6151 days ago) @ wodDamir

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.


Complete thread: