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