UnicastIPAddressInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a network interface's unicast address.
public ref class UnicastIPAddressInformation abstract : System::Net::NetworkInformation::IPAddressInformation
public abstract class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
type UnicastIPAddressInformation = class
inherit IPAddressInformation
Public MustInherit Class UnicastIPAddressInformation
Inherits IPAddressInformation
- Inheritance
Remarks
You do not create instances of this class; instances are returned in the array returned by the UnicastAddresses property.
Constructors
UnicastIPAddressInformation() |
Initializes a new instance of the UnicastIPAddressInformation class. |
Properties
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) |
PrefixLength |
Gets the length, in bits, of the prefix or network part of the IP address. |
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |