Java.Net.Inet6Address.IsIPv4CompatibleAddress Property
Returns whether this IPv6 address is an IPv4-compatible address or not.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this IPv6 address is an IPv4-compatible address or not. An IPv4-compatible address has the prefix ::/96 and is a deprecated and no-longer used equivalent of the modern IPv4-mapped IPv6 addresses.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1