Reads a multi-line response from the server. 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 As String
C#
public string ReadAll()

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