Gets or sets a value indicating whether [automatic message id handling].
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool AutomaticMessageIdHandling { get; set; }public bool AutomaticMessageIdHandling { get; set; }Public Property AutomaticMessageIdHandling As Boolean
Get
Set
Public Property AutomaticMessageIdHandling As Boolean
Get
Set
public:
property bool AutomaticMessageIdHandling {
bool get ();
void set (bool value);
}public:
property bool AutomaticMessageIdHandling {
bool get ();
void set (bool value);
}Field Value
true if [automatic message id handling]; otherwise,
false.