Reads the next line of characters from the SshConsole.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Function ReadLine As String
C#
public string ReadLine()

Return Value

The next line of characters from the SshConsole, or null if no more lines are available.

Remarks

The read line is displayed using the SshConsole

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also