Inet6Address.IsIPv4CompatibleAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.