ExpectAction Constructor (String, Action String )SSH .NET Client Library Documentation
Initializes a new instance of the ExpectAction class.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public ExpectAction(
	string expect,
	Action<string> action
)

Parameters

expect
Type: OnlineSystem String
The expect expression.
action
Type: OnlineSystem Action OnlineString 
The action to perform.
Exceptions

See Also