C# 클래스 LanDiscovery.LanDiscoveryManager

Lan discovery manager - identifies lan machines using multiple techniques.
파일 보기 프로젝트 열기: RedSpiderMkV/LANMachines 1 사용 예제들

공개 메소드들

메소드 설명
GetNetworkMachines ( ) : List

Retrieve a list of network machines.

비공개 메소드들

메소드 설명
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.

메소드 상세

GetNetworkMachines() 공개 메소드

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