Telnet.IShellChannelFactory.CreateShellChannel Method
Namespace: Rebex.Net
Assembly: Rebex.Telnet.dll (version 7.0.9313)
IShellChannelFactory.CreateShellChannel(TerminalOptions, Int32, Int32)
Creates a new shell channel using the specified options.
Declaration
ShellChannel IShellChannelFactory.CreateShellChannel(TerminalOptions options, int columns, int rows)
Parameters
| Type | Name | Description | 
|---|---|---|
| TerminalOptions | options | Terminal options.  | 
    
| Int32 | columns | Horizontal size in character columns.  | 
    
| Int32 | rows | Vertical size in character rows.  | 
    
Returns
| Type | Description | 
|---|---|
| ShellChannel | A shell channel.  |