ConnectionInfo RetryAttempts Property SSH .NET Client Library Documentation
Gets or sets number of retry attempts when session channel creation failed.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public int RetryAttempts { get; set; }

Field Value

Number of retry attempts.
See Also