The InTheHand.Net.NetworkInformation namespace contains classes that implement the Ping utility. You can use Ping and related classes to check whether a computer is reachable across the network.
| C# | Visual Basic |
namespace InTheHand.Net.NetworkInformation
Namespace InTheHand.Net.NetworkInformation
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| IcmpV4Statistics |
Provides Internet Control Message Protocol for IPv4 (ICMPv4) statistical data for the local computer.
| |
| IcmpV6Statistics |
Provides Internet Control Message Protocol for Internet Protocol version 6 (ICMPv6) statistical data for the local computer.
| |
| IPGlobalProperties |
Provides information about the network connectivity of the local computer.
| |
| IPGlobalStatistics |
Provides Internet Protocol (IP) statistical data.
| |
| IPStatus |
Reports the status of sending an Internet Control Message Protocol (ICMP) echo message to a computer.
| |
| IPv4InterfaceStatistics | ||
| NetBiosNodeType |
Specifies the Network Basic Input/Output System (NetBIOS) node type.
| |
| NetworkInformationException |
The exception that is thrown when an error occurs while retrieving network information.
| |
| NetworkInterface | ||
| NetworkInterfaceType |
Specifies types of network interfaces.
| |
| OperationalStatus |
Specifies the operational state of a network interface.
| |
| PhysicalAddress |
Provides the Media Access Control (MAC) address for a network interface (adapter).
| |
| Ping |
Allows an application to determine whether a remote computer is accessible over the network.
| |
| PingException |
The exception that is thrown when a Send(String) method throws an exception.
| |
| PingOptions |
Used to control how Ping data packets are transmitted.
| |
| PingReply |
Provides information about the status and data resulting from a Send(String) operation.
| |
| TcpStatistics |
Provides Internet Protocol (IP) statistical data.
| |
| UdpStatistics |
Provides User Datagram Protocol (UDP) statistical data.
|