IPGlobalProperties Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginGetUnicastAddresses(AsyncCallback^, Object^) | Begins an asynchronous request to retrieve the stable unicast IP address table on the local computer. |
![]() | EndGetUnicastAddresses(IAsyncResult^) | Ends a pending asynchronous request to retrieve the stable unicast IP address table on the local computer. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetActiveTcpConnections() | Returns information about the Internet Protocol version 4 (IPv4) and IPv6 Transmission Control Protocol (TCP) connections on the local computer. |
![]() | GetActiveTcpListeners() | Returns endpoint information about the Internet Protocol version 4 (IPv4) and IPv6 Transmission Control Protocol (TCP) listeners on the local computer. |
![]() | GetActiveUdpListeners() | Returns information about the Internet Protocol version 4 (IPv4) and IPv6 User Datagram Protocol (UDP) listeners on the local computer. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIcmpV4Statistics() | Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer. |
![]() | GetIcmpV6Statistics() | Provides Internet Control Message Protocol (ICMP) version 6 statistical data for the local computer. |
![]() ![]() | GetIPGlobalProperties() | Gets an object that provides information about the local computer's network connectivity and traffic statistics. |
![]() | GetIPv4GlobalStatistics() | Provides Internet Protocol version 4 (IPv4) statistical data for the local computer. |
![]() | GetIPv6GlobalStatistics() | Provides Internet Protocol version 6 (IPv6) statistical data for the local computer. |
![]() | GetTcpIPv4Statistics() | Provides Transmission Control Protocol/Internet Protocol version 4 (TCP/IPv4) statistical data for the local computer. |
![]() | GetTcpIPv6Statistics() | Provides Transmission Control Protocol/Internet Protocol version 6 (TCP/IPv6) statistical data for the local computer. |
![]() | GetType() | |
![]() | GetUdpIPv4Statistics() | Provides User Datagram Protocol/Internet Protocol version 4 (UDP/IPv4) statistical data for the local computer. |
![]() | GetUdpIPv6Statistics() | Provides User Datagram Protocol/Internet Protocol version 6 (UDP/IPv6) statistical data for the local computer. |
![]() | GetUnicastAddresses() | Retrieves the stable unicast IP address table on the local computer. |
![]() | GetUnicastAddressesAsync() | Retrieves the stable unicast IP address table on the local computer as an asynchronous operation. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


