Sets shell prompt to wait for before sending commands.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public void SetShellPrompt(
	string prompt,
	bool isRegex
)
Visual Basic
Public Sub SetShellPrompt ( _
	prompt As String, _
	isRegex As Boolean _
)
Visual C++
public:
void SetShellPrompt(
	String^ prompt, 
	bool isRegex
)

Parameters

prompt
Type: System..::..String
the shel prompt
isRegex
Type: System..::..Boolean
the regex flag

See Also