Re: SSH.net Exception :: Timeout occurred due to i (General questions)
A couple questions:
1: the method WaitFor() returns a value which is (other than that it is a string)? Is is it data that maybe sitting in the queue that I need to collect before setting the DataReady property?
ssh.WaitFor( admin: , 10);
2. the DataReady property, setting it to 0 does what? clear out old data?
ssh.DataReady = 0;
3. though this is the typical method i use, calling it after WaitFor() is a bit confusing. Also, is 10 for 10 seconds, i assume?
ssh.Execute( call state
, admin: , 10);
PS - this is Jairo Martinez, now with a user name....
Complete thread:
- SSH.net Exception :: Timeout occurred due to inact - Jairo Martinez, 2012-07-25, 20:25
- Re: SSH.net Exception :: Timeout occurred due to i - wodDamir, 2012-07-25, 21:33
- Re: SSH.net Exception :: Timeout occurred due to i - digimenet, 2012-07-25, 22:13
- Re: SSH.net Exception :: Timeout occurred due to i - wodDamir, 2012-07-25, 22:40
- Re: SSH.net Exception :: Timeout occurred due to i - digimenet, 2012-07-25, 22:13
- Re: SSH.net Exception :: Timeout occurred due to i - wodDamir, 2012-07-25, 21:33