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

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also