Class SshConnectionInfo
Information about an opened SSH connection.
public sealed class SshConnectionInfo
- Inheritance
-
SshConnectionInfo
- Inherited Members
Properties
HostName
Gets the server hostname.
public string HostName { get; }
Property Value
IsProxy
Gets whether this is a proxy connection.
public bool IsProxy { get; }
Property Value
Port
Gets the server port.
public int Port { get; }
Property Value
ServerKey
Gets the server host key.
public HostKey ServerKey { get; }
Property Value
UserName
Gets the username.
public string UserName { get; }