Gets or sets whether to automatically match prompt in WaitFor(ScriptEvent), ReadUntil(ScriptEvent), ReadUntilPrompt()()()(), ReadLine()()()(), ReadChar()()()() and CheckFor(ScriptEvent) methods. Default value is false.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property AutoMatchPrompt As Boolean
	Get
	Set
C#
public bool AutoMatchPrompt { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also