IPAddress.IsIPv6Multicast 属性

定义

了解地址是否为 IPv6 多播全局地址。

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

属性值

如果 IP 地址为 IPv6 多路广播全局地址,则为 true;否则为 false

适用于