ITerminal.Bind Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Bind(IShellChannelFactory)
Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh class.
Declaration
void Bind(IShellChannelFactory factory)
Parameters
Type | Name | Description |
---|---|---|
IShellChannelFactory | factory | Shell channel factory. |