ShellStream Expect Method ( ExpectAction )SSH .NET Client Library Documentation
Expects the specified expression and performs action when one is found.

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

public void Expect(
	params ExpectAction[] expectActions
)

Parameters

expectActions
Type:  Renci.SshNet ExpectAction 
The expected expressions and actions to perform.
See Also