Receives response from the server until the Prompt is received.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Function ReadUntilPrompt As String |
| C# |
|---|
public string ReadUntilPrompt() |
Return Value
The response received from the server.
Remarks
If TrimReadUntilResponse property is set, the prompt sequence is removed from the returned value.