C# Class LanDiscovery.LanDiscoveryManager

Lan discovery manager - identifies lan machines using multiple techniques.
显示文件 Open project: RedSpiderMkV/LANMachines Class Usage Examples

Public Methods

Method Description
GetNetworkMachines ( ) : List

Retrieve a list of network machines.

Private Methods

Method Description
getArpScanResults ( ) : List

Get the list of machines which responded to the arp request.

getLanMachinesFromIpAddresses ( List ipAddresses ) : List

Retrieve a list of LanMachine objects (IP address and machine name) from a list of IP addresses.

getLanPingResults ( ) : List

Get the list of machines which responded to the lan ping test.

getUniqueIpAddresses ( ) : List

Retrieve a list of unique IP addresses detected on the LAN.

Method Details

GetNetworkMachines() public method

Retrieve a list of network machines.
public GetNetworkMachines ( ) : List
return List