Name | Description | |
---|---|---|
CanPing | Overloaded. Will return true if the IPAaddress or DNS domain name could be accessed regardless of the fact that the server suppresses ping reply | |
DhcpServers | Get all DHCP servers on the LAN network | |
DnsServers | Get the DNS servers for this network according to the network cards configurations. | |
GatewayAddressesServers | Get all Gateway servers on the LAN | |
GetAllMacAddressesAndIpPairs | Gets all mac addresses and IP PAIRS visible to the computer. | |
GetEndpoints | Get the IP addresses between 2 points on the network | |
GetLan | Gets the lan addresses based on the gateway and the subnet managed by the gateway. | |
GetLocalNetworks | Get what the computer running the application consider to be the local networks | |
GetMacByIp | Gets the mac by IP, if the mac can't be resolved it will return an empty string. | |
GetMuticast | Gets the muticast network range as reserved by ICAN. | |
GetSubnetMasks | Get all IP addresses and subnet masks of the local computer | |
IpAddressOf | Get the IP address of a given host name. | |
IsAvailable | Look and test if a given IP address is responsive | |
IsLan | Determines whether the specified address is considered to be a LAN on any of the network cards. | |
IsLocalIPAddress | ||
LocalIPAddresses | Return all local IP addresses of all network cards on this device | |
NetworkStats | Overloaded. Get all network statistics for all network cards | |
Tracert | Get a trace rout on the specified IP address. | |
TryGetLan | Tries the get LAN address scope based on the gateway. | |
TryGetMacFromIp | Tries the get mac from IP that is on the LAN. | |
WakeOnLan | Wakes the on LAN using a Mac address, to discover all available mac addresses use GetAllMacAddressesAndIpPairs() to query the network. | |
WinsServers | Windows Internet Name Service (WINS) servers |