LinkProperties.Nat64Prefix 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.
Returns the NAT64 prefix in use on this link, if any. -or- Sets the NAT64 prefix in use on this link.
public Android.Net.IpPrefix? Nat64Prefix { [Android.Runtime.Register("getNat64Prefix", "()Landroid/net/IpPrefix;", "", ApiSince=30)] get; [Android.Runtime.Register("setNat64Prefix", "(Landroid/net/IpPrefix;)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getNat64Prefix", "()Landroid/net/IpPrefix;", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setNat64Prefix", "(Landroid/net/IpPrefix;)V", "", ApiSince=30)>]
member this.Nat64Prefix : Android.Net.IpPrefix with get, set
Property Value
the NAT64 prefix or null
.
- Attributes
Remarks
Property getter documentation:
Returns the NAT64 prefix in use on this link, if any.
Java documentation for android.net.LinkProperties.getNat64Prefix()
.
Property setter documentation:
Sets the NAT64 prefix in use on this link.
Currently, only 96-bit prefixes (i.e., where the 32-bit IPv4 address is at the end of the 128-bit IPv6 address) are supported or null
for no prefix.
Java documentation for android.net.LinkProperties.setNat64Prefix(android.net.IpPrefix)
.
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.