SubsystemSession MembersSSH .NET Client Library Documentation

The SubsystemSession type exposes the following members.
Constructors

  NameDescription
Public methodSubsystemSession
Initializes a new instance of the SubsystemSession class.
Back to Top
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
Fields

  NameDescription
Protected field_operationTimeout
Specifies a timeout to wait for operation to complete
Back to Top
Properties

  NameDescription
Protected propertyChannelNumber
Gets the channel number.
Back to Top
Events

  NameDescription
Public eventDisconnected
Occurs when session has been disconnected form the server.
Public eventErrorOccurred
Occurs when an error occurred.
Back to Top
See Also