SshConsole.ReadChar Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
ReadChar()
Reads the next character from the SshConsole.
Declaration
public char? ReadChar()
Returns
Type | Description |
---|---|
Nullable<Char> | The next character from SshConsole, or null if there are currently no more characters to be read. |