The Ssh type exposes the following members.

Methods

  Name Description
Public method Connect
Connects to SSH server.
Public method Disconnect
Closes open connection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetStream
Returns the channel stream.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RequestExec
Method requestExec request the SSH server to start the execution of the given command. The command string may contain a path.
Public method RequestPty(String, Int32, Int32)
Method RequestPty allocates a pseudo-terminal for the session.
Public method RequestPty(String, Int32, Int32, array<ITerminalMode>[]()[][])
Method RequestPty allocates a pseudo-terminal for the session.
Public method RequestShell
Method RequestShell request the user's default shell.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also