Reads a single line of response from the server.
Returns if either end of line was detected or the question prompt has been received (and no other data are pending)
or the end of response has been reached.
Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Function ReadLine ( _ ParamArray questionPrompt As String() _ ) As String |
C# |
---|
public string ReadLine( params string[] questionPrompt ) |
Parameters
- questionPrompt
- Type: array<System..::..String>[]()[][]