edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Number of known hosts names and IP addresses that have been loaded.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public int NumHosts { get; }
Visual Basic
Public ReadOnly Property NumHosts As Integer
	Get
Visual C++
public:
property int NumHosts {
	int get ();
}

Remarks

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.

See Also