ShellStream
Contains operation for working with SSH Shell.
Gets a value indicating whether data is available on the ShellStream to be read.
Occurs when the channel was closed.
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.
public IAsyncResult BeginExpect(TimeSpan timeout, int lookback, 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 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 all of the text currently available in the shell.
Reads the next line from the shell. If a line is not available it will block and wait for a new line.
Reads a line from the shell. If line is not available it will block the execution and will wait for new line.
Writes the specified text to the shell.
Writes the line to the shell.