System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses Property

Gets the anycast IP addresses assigned to this interface.

Syntax

public abstract IPAddressInformationCollection AnycastAddresses { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An anycast address identifies multiple computers. Packets sent to an anycast address are sent to one of the computers identified by the address. Anycast addressing is an IPv6 feature used to update router tables for a group of hosts.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0