IPAddress.IsIPv6Multicast Property

Definition

Gets whether the address is an IPv6 multicast global address.

public:
 property bool IsIPv6Multicast { bool get(); };
public bool IsIPv6Multicast { get; }
member this.IsIPv6Multicast : bool
Public ReadOnly Property IsIPv6Multicast As Boolean

Property Value

true if the IP address is an IPv6 multicast global address; otherwise, false.

Applies to