Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Private Function CreateShellChannel ( _ options As TerminalOptions, _ columns As Integer, _ rows As Integer _ ) As ShellChannel Implements IShellChannelFactory.CreateShellChannel | 
| C# | 
|---|
| ShellChannel IShellChannelFactory.CreateShellChannel( TerminalOptions options, int columns, int rows ) | 
Parameters
- options
- Type: Rebex.TerminalEmulation..::..TerminalOptions
- columns
- Type: System..::..Int32
- rows
- Type: System..::..Int32
 
     
     
     
     
    