-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel
Andrew Lambert edited this page Nov 26, 2022
·
25 revisions
SSH.Channel
Protected Class Channel
Implements SSHStream
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.
- Close
- EOF
- Execute
- Flush
- Poll
- PollReadable
- PollWriteable
- ProcessStart
- Read
- ReadBuffer
- ReadError
- RequestShell
- RequestTerminal
- SetEnvironmentVariable
- WaitClose
- WaitEOF
- Write
- WriteBuffer
- WriteError
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.