Reads the next character from the SshConsole.

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

Syntax

Visual Basic
Public Function ReadChar As Nullable(Of Char)
C#
public Nullable<char> ReadChar()

Return Value

The next character from SshConsole, or null if there are currently no more characters to be read.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also