System.Net.NetworkInformation.IPInterfaceProperties.MulticastAddresses Property

Gets the multicast addresses assigned to this interface.

Syntax

public abstract MulticastIPAddressInformationCollection MulticastAddresses { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A multicast address identifies multiple computers. Packets sent to a multicast address are sent to all computers identified by the address.

Requirements

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