The SubsystemSession type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SubsystemSession |
Initializes a new instance of the SubsystemSession class.
|
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 |
Fields
| Name | Description | |
|---|---|---|
| _operationTimeout |
Specifies a timeout to wait for operation to complete
|
Properties
| Name | Description | |
|---|---|---|
| ChannelNumber |
Gets the channel number.
|
Events
| Name | Description | |
|---|---|---|
| Disconnected |
Occurs when session has been disconnected form the server.
| |
| ErrorOccurred |
Occurs when an error occurred.
|
See Also