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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also