System.Net.NetworkInformation.IPGlobalProperties: Method Members

The methods of System.Net.NetworkInformation.IPGlobalProperties are listed below. For a list of all members, see the IPGlobalProperties Members list.

See Also: Inherited members from System.Object

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.