Gets or sets a value indicating whether ReadUntilPrompt()()()(), ReadLine()()()(),
ReadChar()()()() and ReadUntil(ScriptEvent) methods remove the prompt or end-of-line from the returned value.
Default value is true.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Property TrimReadUntilResponse As Boolean Get Set |
C# |
---|
public bool TrimReadUntilResponse { get; set; } |