<PackageReference Include="SSH.NET" Version="2020.0.0-beta1" />

IConnectionInfo

interface IConnectionInfo
Represents remote connection information.

Gets or sets the timeout to used when waiting for a server to acknowledge closing a channel.

Gets the supported channel requests for this connection.

Encoding Encoding { get; }

Gets the character encoding.

int RetryAttempts { get; }

Gets the number of retry attempts when session channel creation failed.

TimeSpan Timeout { get; }

Gets or sets connection timeout.

Occurs when authentication banner is sent by the server.