SshClient PropertiesSSH .NET Client Library Documentation
The SshClient type exposes the following members.
Properties

  NameDescription
Public propertyConnectionInfo
Gets the connection info.
(Inherited from BaseClient.)
Public propertyForwardedPorts
Gets the list of forwarded ports.
Public propertyIsConnected
Gets a value indicating whether this client is connected to the server.
(Inherited from BaseClient.)
Public propertyKeepAliveInterval
Gets or sets the keep alive interval in seconds.
(Inherited from BaseClient.)
Protected propertySession
Gets current session.
(Inherited from BaseClient.)
Back to Top
See Also