This documentation is archived and is not being maintained.
UnicastIPAddressInformation Class
Visual Studio 2010
Provides information about a network interface's unicast address.
System::Object
System.Net.NetworkInformation::IPAddressInformation
System.Net.NetworkInformation::UnicastIPAddressInformation
System.Net.NetworkInformation::IPAddressInformation
System.Net.NetworkInformation::UnicastIPAddressInformation
Assembly: System (in System.dll)
The UnicastIPAddressInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UnicastIPAddressInformation | Initializes a new instance of the UnicastIPAddressInformation class. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets the Internet Protocol (IP) address. (Inherited from IPAddressInformation.) |
![]() | AddressPreferredLifetime | Gets the number of seconds remaining during which this address is the preferred address. |
![]() | AddressValidLifetime | Gets the number of seconds remaining during which this address is valid. |
![]() | DhcpLeaseLifetime | Specifies the amount of time remaining on the Dynamic Host Configuration Protocol (DHCP) lease for this IP address. |
![]() | DuplicateAddressDetectionState | Gets a value that indicates the state of the duplicate address detection algorithm. |
![]() | IPv4Mask | Gets the IPv4 mask. |
![]() | IsDnsEligible | Gets a Boolean value that indicates whether the Internet Protocol (IP) address is valid to appear in a Domain Name System (DNS) server database. (Inherited from IPAddressInformation.) |
![]() | IsTransient | Gets a Boolean value that indicates whether the Internet Protocol (IP) address is transient (a cluster address). (Inherited from IPAddressInformation.) |
![]() | PrefixOrigin | Gets a value that identifies the source of a unicast Internet Protocol (IP) address prefix. |
![]() | SuffixOrigin | Gets a value that identifies the source of a unicast Internet Protocol (IP) address suffix. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
You do not create instances of this class; instances are returned in the array returned by the UnicastAddresses property.
Windows XP Home Edition, Windows XP Professional x64 Edition, Windows Server 2003 Platform Note: The information returned by instances of this class is not available for operating systems earlier than Windows XP.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
