Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh or Rebex.Net.Telnet class.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Bind ( _
	factory As IShellChannelFactory _
)
C#
public void Bind(
	IShellChannelFactory factory
)

Parameters

factory
Type: Rebex.TerminalEmulation..::..IShellChannelFactory
Shell channel factory.

Implements

ITerminal..::..Bind(IShellChannelFactory)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also