Starts a remote shell.

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
Public Function StartShell ( _
	mode As ShellMode _
) As Shell
C#
public Shell StartShell(
	ShellMode mode
)

Parameters

mode
Type: Rebex.TerminalEmulation..::..ShellMode
Shell mode.

Return Value

Shell object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also