Expects the expression specified by text.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- text
- Type:
System String
The text to expect.
- timeout
- Type:
System TimeSpan
Time to wait for input.
Return Value
Text available in the shell that ends with expected text, if the specified time elapsed returns null.See Also