edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

KnownHostsManagerNumHosts Property

Number of known hosts names and IP addresses that have been loaded.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int NumHosts { get; }

Property Value

Int32

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