Initializes a new instance of the ExpectAction class.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- expect
- Type:
System.Text.RegularExpressions Regex
The expect regular expression.
- action
- Type:
System Action
String
The action to perform.
Exceptions
| Exception | Condition |
|---|---|
| expect or action is null. |
See Also