Scripting.ReadUntilPrompt Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
ReadUntilPrompt()
Receives response from the server until the Prompt is received.
Declaration
public string ReadUntilPrompt()
Returns
| Type | Description |
|---|---|
| String | The response received from the server. |
Remarks
If TrimReadUntilResponse property is set, the prompt sequence is removed from the returned value.