SshSession.OpenChannel Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
OpenChannel(SshChannelType, Int32)
Opens an SSH channel of the specified type.
Declaration
public SshChannel OpenChannel(SshChannelType type, int bufferSize)
Parameters
| Type | Name | Description |
|---|---|---|
| SshChannelType | type | Channel type. |
| Int32 | bufferSize | Buffer size. |
Returns
| Type | Description |
|---|---|
| SshChannel | SSH channel. |