Scripting.TrimReadUntilResponse Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TrimReadUntilResponse
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.
Declaration
public bool TrimReadUntilResponse { get; set; }
Property Value
Type | Description |
---|---|
Boolean |