Reads a multi-line response from the server. Returns if either 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 ReadAll ( _
	ParamArray questionPrompt As String() _
) As String
C#
public string ReadAll(
	params string[] questionPrompt
)

Parameters

questionPrompt
Type: array<System..::..String>[]()[][]

Return Value

Multi-line response if available; or null reference (Nothing in Visual Basic).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also