Reads a single line of 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 ReadLine As String
C#
public string ReadLine()

Return Value

Single line of response if available; or null reference (Nothing in Visual Basic).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also