RequestInfo WantReply Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether reply message is needed.

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

public bool WantReply { get; protected set; }

Field Value

true if reply message is needed; otherwise, false.
See Also