SubsystemSession MethodsSSH .NET Client Library Documentation
The SubsystemSession type exposes the following members.
Methods

  NameDescription
Public methodConnect
Connects subsystem on SSH channel.
Public methodDisconnect
Disconnects subsystem channel.
Public methodDispose 
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Finalizes an instance of the SubsystemSession class.
(Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnChannelOpen
Called when channel is open.
Protected methodOnDataReceived
Called when data is received.
Protected methodRaiseError
Raises the error.
Public methodSendData
Sends data to the subsystem.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also