Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Net.NetworkInformation Namespace

The System.Net.NetworkInformation namespace provides access to network traffic data, network address information, and notification of address changes for the local computer. The namespace also contains classes that implement the Ping utility. You can use Ping and related classes to check whether a computer is reachable across the network.

  ClassDescription
Public classGatewayIPAddressInformation Represents the IP address of the network gateway. This class cannot be instantiated.
Public classGatewayIPAddressInformationCollectionStores a set of GatewayIPAddressInformation types.
Public classIcmpV4Statistics Provides Internet Control Message Protocol for IPv4 (ICMPv4) statistical data for the local computer.
Public classIcmpV6Statistics Provides Internet Control Message Protocol for Internet Protocol version 6 (ICMPv6) statistical data for the local computer.
Public classIPAddressCollectionStores a set of IPAddress types.
Public classIPAddressInformation Provides information about a network interface address.
Public classIPAddressInformationCollectionStores a set of IPAddressInformation types.
Public classIPGlobalProperties Provides information about the network connectivity of the local computer.
Public classIPGlobalStatistics Provides Internet Protocol (IP) statistical data.
Public classIPInterfacePropertiesProvides information about network interfaces that support Internet Protocol version 4 (IPv4) or Internet Protocol version 6 (IPv6).
Public classIPv4InterfaceProperties Provides information about network interfaces that support Internet Protocol version 4 (IPv4).
Public classIPv4InterfaceStatistics Provides statistical data for a network interface on the local computer.
Public classIPv6InterfaceProperties Provides information about network interfaces that support Internet Protocol version 6 (IPv6).
Public classMulticastIPAddressInformation Provides information about a network interface's multicast address.
Public classMulticastIPAddressInformationCollectionStores a set of MulticastIPAddressInformation types.
Public classNetworkAvailabilityEventArgs Provides data for the NetworkAvailabilityChanged event.
Public classNetworkChange Allows applications to receive notification when the Internet Protocol (IP) address of a network interface, also called a network card or adapter, changes.
Public classNetworkInformationException The exception that is thrown when an error occurs while retrieving network information.
Public classNetworkInformationPermission Controls access to network information and traffic statistics for the local computer. This class cannot be inherited.
Public classNetworkInformationPermissionAttribute Allows security actions for NetworkInformationPermission to be applied to code using declarative security.
Public classNetworkInterface Provides configuration and statistical information for a network interface.
Public classPhysicalAddress Provides the Media Access Control (MAC) address for a network interface (adapter).
Public classPing Allows an application to determine whether a remote computer is accessible over the network.
Public classPingCompletedEventArgs Provides data for the PingCompleted event.
Public classPingException The exception that is thrown when a Send or SendAsync method calls a method that throws an exception.
Public classPingOptions Used to control how Ping data packets are transmitted.
Public classPingReply Provides information about the status and data resulting from a Send or SendAsync operation.
Public classTcpConnectionInformation Provides information about the Transmission Control Protocol (TCP) connections on the local computer.
Public classTcpStatistics Provides Transmission Control Protocol (TCP) statistical data.
Public classUdpStatistics Provides User Datagram Protocol (UDP) statistical data.
Public classUnicastIPAddressInformation Provides information about a network interface's unicast address.
Public classUnicastIPAddressInformationCollectionStores a set of UnicastIPAddressInformation types.
  DelegateDescription
Public delegateNetworkAddressChangedEventHandler References one or more methods to be called when the address of a network interface changes.
Public delegateNetworkAvailabilityChangedEventHandler References one or more methods to be called when the availability of the network changes.
Public delegatePingCompletedEventHandler Represents the method that will handle the PingCompleted event of a Ping object.
  EnumerationDescription
Public enumerationDuplicateAddressDetectionState Specifies the current state of an IP address.
Public enumerationIPStatus Reports the status of sending an Internet Control Message Protocol (ICMP) echo message to a computer.
Public enumerationNetBiosNodeType Specifies the Network Basic Input/Output System (NetBIOS) node type.
Public enumerationNetworkInformationAccess Specifies permission to access information about network interfaces and traffic statistics.
Public enumerationNetworkInterfaceComponent Specifies the Internet Protocol versions that are supported by a network interface.
Public enumerationNetworkInterfaceType Specifies types of network interfaces.
Public enumerationOperationalStatus Specifies the operational state of a network interface.
Public enumerationPrefixOrigin Specifies how an IP address network prefix was located.
Public enumerationSuffixOrigin Specifies how an IP address host suffix was located.
Public enumerationTcpState Specifies the states of a Transmission Control Protocol (TCP) connection.
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker