MulticastIPAddressInformation 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 multicast address.
public ref class MulticastIPAddressInformation abstract : System::Net::NetworkInformation::IPAddressInformation
public abstract class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
type MulticastIPAddressInformation = class
inherit IPAddressInformation
Public MustInherit Class MulticastIPAddressInformation
Inherits IPAddressInformation
- Inheritance
Remarks
You do not create instances of this class; instances are returned in the array returned by the MulticastAddresses property.
Constructors
MulticastIPAddressInformation() |
Initializes a new instance of the MulticastIPAddressInformation 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. |
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 Multicast Internet Protocol (IP) address prefix. |
SuffixOrigin |
Gets a value that identifies the source of a Multicast 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) |