System.Net.NetworkInformation.IPGlobalProperties Members

The members of System.Net.NetworkInformation.IPGlobalProperties are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Net.NetworkInformation.IPGlobalProperties class.

Public Properties

[read-only]
abstract
DhcpScopeNamestring.

Gets the Dynamic Host Configuration Protocol (DHCP) scope name.

[read-only]
abstract
DomainNamestring.

Gets the domain in which the local computer is registered.

[read-only]
abstract
HostNamestring.

Gets the host name for the local computer.

[read-only]
abstract
IsWinsProxybool.

Gets a bool value that specifies whether the local computer is acting as a Windows Internet Name Service (WINS) proxy.

[read-only]
abstract
NodeTypeNetBiosNodeType.

Gets the Network Basic Input/Output System (NetBIOS) node type of the local computer.

Public Methods

abstract
GetActiveTcpConnections() : TcpConnectionInformation[]

Returns information about the Internet Protocol version 4 (IPv4) and IPv6 Transmission Control Protocol (TCP) connections on the local computer.

abstract
GetActiveTcpListeners() : System.Net.IPEndPoint[]

Returns endpoint information about the Internet Protocol version 4 (IPv4) and IPv6 Transmission Control Protocol (TCP) listeners on the local computer.

abstract
GetActiveUdpListeners() : System.Net.IPEndPoint[]

Returns information about the Internet Protocol version 4 (IPv4) and IPv6 User Datagram Protocol (UDP) listeners on the local computer.

abstract
GetIcmpV4Statistics() : IcmpV4Statistics

Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer.

abstract
GetIcmpV6Statistics() : IcmpV6Statistics

Provides Internet Control Message Protocol (ICMP) version 6 statistical data for the local computer.

static
GetIPGlobalProperties() : IPGlobalProperties

Gets an object that provides information about the local computer's network connectivity and traffic statistics.

abstract
GetIPv4GlobalStatistics() : IPGlobalStatistics

Provides Internet Protocol version 4 (IPv4) statistical data for the local computer.

abstract
GetIPv6GlobalStatistics() : IPGlobalStatistics

Provides Internet Protocol version 6 (IPv6) statistical data for the local computer.

abstract
GetTcpIPv4Statistics() : TcpStatistics

Provides Transmission Control Protocol/Internet Protocol version 4 (TCP/IPv4) statistical data for the local computer.

abstract
GetTcpIPv6Statistics() : TcpStatistics

Provides Transmission Control Protocol/Internet Protocol version 6 (TCP/IPv6) statistical data for the local computer.

abstract
GetUdpIPv4Statistics() : UdpStatistics

Provides User Datagram Protocol/Internet Protocol version 4 (UDP/IPv4) statistical data for the local computer.

abstract
GetUdpIPv6Statistics() : UdpStatistics

Provides User Datagram Protocol/Internet Protocol version 6 (UDP/IPv6) statistical data for the local computer.