The SubsystemSession type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connects subsystem on SSH channel.
| |
| Disconnect |
Disconnects subsystem channel.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
| (Inherited from | ||
| Finalize |
Finalizes an instance of the SubsystemSession class.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnChannelOpen |
Called when channel is open.
| |
| OnDataReceived |
Called when data is received.
| |
| RaiseError |
Raises the error.
| |
| SendData |
Sends data to the subsystem.
| |
| (Inherited from |
See Also