Skip to content

SSH.Channel

Andrew Lambert edited this page Nov 26, 2022 · 25 revisions

SSH.Channel

Class Declaration

 Protected Class Channel
 Implements SSHStream

Remarks

This class represents a single channel within the SSH Session. It implements the SSHStream interface. A channel has at least one and possibly several (up to 232) independent streams, identified by their stream ID. For example, if the channel represents the I/O streams of a program executing on the server then stream ID 0 represents StdIn and StdOut, while ID 1 represents StdErr.

Event definitions

Methods

Properties

Shared methods

See also

Clone this wiki locally