Freigeben über


IkeIpv6AddrIdentification Constructors

Definition

Overloads

IkeIpv6AddrIdentification(Inet6Address)

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

IkeIpv6AddrIdentification(IntPtr, JniHandleOwnership)

IkeIpv6AddrIdentification(Inet6Address)

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

[Android.Runtime.Register(".ctor", "(Ljava/net/Inet6Address;)V", "", ApiSince=31)]
public IkeIpv6AddrIdentification (Java.Net.Inet6Address address);
[<Android.Runtime.Register(".ctor", "(Ljava/net/Inet6Address;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeIpv6AddrIdentification : Java.Net.Inet6Address -> Android.Net.IpSec.Ike.IkeIpv6AddrIdentification

Parameters

address
Inet6Address

the IPv6 address.

Attributes

Remarks

Construct an instance of IkeIpv6AddrIdentification with an IPv6 address.

Java documentation for android.net.ipsec.ike.IkeIpv6AddrIdentification.IkeIpv6AddrIdentification(java.net.Inet6Address).

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

IkeIpv6AddrIdentification(IntPtr, JniHandleOwnership)

protected IkeIpv6AddrIdentification (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.IpSec.Ike.IkeIpv6AddrIdentification : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.IpSec.Ike.IkeIpv6AddrIdentification

Parameters

javaReference
IntPtr

nativeint

Applies to