DebugMessage IsAlwaysDisplay Property SSH .NET Client Library Documentation
Gets a value indicating whether the message to be always displayed.

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

public bool IsAlwaysDisplay { get; private set; }

Field Value

true if the message always to be displayed; otherwise, false.
See Also