KnownHostsManagerNumHosts Property
Number of known hosts names and IP addresses that have been loaded.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public int NumHosts { get; }
Public ReadOnly Property NumHosts As Integer
Get
public:
property int NumHosts {
int get ();
}
member NumHosts : int with get
Property Value
Int32
This count distinguishes between the various names or IP addresses that a host
may have. If a host is represented by several names or IP addresses, it
will be counted that many times in the overall count. So if a
host has been loaded with the name "edtmobile" and also "192.168.19.64", it will be
counted twice in the overall count.