ShellStream
Represents instance of the SSH shell object
Gets a value that indicates whether data is available on the ShellStream to be read.
Occurs when data was received.
Occurs when an error occurred.
Begins the expect.
Begins the expect.
Begins the expect.
public IAsyncResult BeginExpect(TimeSpan timeout, AsyncCallback callback, object state, ExpectAction[] expectActions)
Begins the expect.
Ends the execute.
Expects the specified expression and performs action when one is found.
Expects the specified expression and performs action when one is found.
Expects the expression specified by text.
Expects the expression specified by text.
Expects the expression specified by regular expression.
Expects the expression specified by regular expression.
Reads text available in the shell.
Reads the line from the shell. If line is not available it will block the execution and will wait for new line.
Reads the line from the shell. If line is not available it will block the execution and will wait for new line.
Waits for the handle to be signaled or for an error to occurs.
Writes the specified text to the shell.
Writes the line to the shell.