Gets or sets a value indicating whether reply message is needed.
Namespace: Renci.SshNet.Messages.ConnectionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool WantReply { get; protected set; }public bool WantReply { get; protected set; }Public Property WantReply As Boolean
Get
Protected Set
Public Property WantReply As Boolean
Get
Protected Set
public:
property bool WantReply {
bool get ();
protected: void set (bool value);
}public:
property bool WantReply {
bool get ();
protected: void set (bool value);
}Field Value
true if reply message is needed; otherwise,
false.