The Ssh type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Connect |
Connects to SSH server.
|
![]() |
Disconnect |
Closes open connection.
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetStream |
Returns the channel stream.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
RequestExec |
Method requestExec request the SSH server to start the execution of the given command.
The command string may contain a path.
|
![]() |
RequestPty(String, Int32, Int32) |
Method RequestPty allocates a pseudo-terminal for the session.
|
![]() |
RequestPty(String, Int32, Int32, array<ITerminalMode>[]()[][]) |
Method RequestPty allocates a pseudo-terminal for the session.
|
![]() |
RequestShell |
Method RequestShell request the user's default shell.
|
![]() |
ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |