The SshClient type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddForwardedPort |
Adds the forwarded port.
| |
| Connect |
Connects client to the server.
(Inherited from BaseClient.) | |
| CreateCommand(String) |
Creates the command to be executed.
| |
| CreateCommand(String, Encoding) |
Creates the command to be executed with specified encoding.
| |
| CreateShell(Stream, Stream, Stream) |
Creates the shell.
| |
| CreateShell(Encoding, String, Stream, Stream) |
Creates the shell.
| |
| CreateShell(Stream, Stream, Stream, String, UInt32, UInt32, UInt32, UInt32, IDictionary TerminalModes, UInt32 ) |
Creates the shell.
| |
| CreateShell(Stream, Stream, Stream, String, UInt32, UInt32, UInt32, UInt32, IDictionary TerminalModes, UInt32 , Int32) |
Creates the shell.
| |
| CreateShell(Encoding, String, Stream, Stream, String, UInt32, UInt32, UInt32, UInt32, IDictionary TerminalModes, UInt32 ) |
Creates the shell.
| |
| CreateShell(Encoding, String, Stream, Stream, String, UInt32, UInt32, UInt32, UInt32, IDictionary TerminalModes, UInt32 , Int32) |
Creates the shell.
| |
| CreateShellStream(String, UInt32, UInt32, UInt32, UInt32, Int32) |
Creates the shell stream.
| |
| CreateShellStream(String, UInt32, UInt32, UInt32, UInt32, Int32, IDictionary TerminalModes, UInt32 ) |
Creates the shell stream.
| |
| Disconnect |
Disconnects client from the server.
(Inherited from BaseClient.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged ResourceMessages.
(Inherited from BaseClient.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides BaseClient Dispose(Boolean).) | |
| EnsureConnection |
Ensures that client is connected.
(Inherited from BaseClient.) | |
| (Inherited from | ||
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
BaseClient is reclaimed by garbage collection.
(Inherited from BaseClient.) | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnConnected |
Called when client is connected to the server.
(Inherited from BaseClient.) | |
| OnConnecting |
Called when client is connecting to the server.
(Inherited from BaseClient.) | |
| OnDisconnected |
Called when client is disconnected from the server.
(Inherited from BaseClient.) | |
| OnDisconnecting |
Called when client is disconnecting from the server.
(Overrides BaseClient OnDisconnecting .) | |
| RemoveForwardedPort |
Stops and removes the forwarded port from the list.
| |
| RunCommand |
Creates and executes the command.
| |
| SendKeepAlive |
Sends keep-alive message to the server.
(Inherited from BaseClient.) | |
| (Inherited from |
See Also