次の方法で共有


Inet6Address.IsIPv4CompatibleAddress Property

Definition

Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.

public bool IsIPv4CompatibleAddress { [Android.Runtime.Register("isIPv4CompatibleAddress", "()Z", "")] get; }
[<get: Android.Runtime.Register("isIPv4CompatibleAddress", "()Z", "")>]
member this.IsIPv4CompatibleAddress : bool

Property Value

a boolean indicating if the InetAddress is an IPv4 compatible IPv6 address; or false if address is IPv4 address.

Attributes

Remarks

Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.

Added in 1.4.

Java documentation for java.net.Inet6Address.isIPv4CompatibleAddress().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to