IkeTunnelConnectionParams Constructor

Definition

Construct an IkeTunnelConnectionParams instance.

[Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;Landroid/net/ipsec/ike/TunnelModeChildSessionParams;)V", "", ApiSince=31)]
public IkeTunnelConnectionParams (Android.Net.IpSec.Ike.IkeSessionParams ikeParams, Android.Net.IpSec.Ike.TunnelModeChildSessionParams childParams);
[<Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;Landroid/net/ipsec/ike/TunnelModeChildSessionParams;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeTunnelConnectionParams : Android.Net.IpSec.Ike.IkeSessionParams * Android.Net.IpSec.Ike.TunnelModeChildSessionParams -> Android.Net.IpSec.Ike.IkeTunnelConnectionParams

Parameters

ikeParams
IkeSessionParams

the IKE Session configuration

childParams
TunnelModeChildSessionParams

the Tunnel mode Child Session configuration

Attributes

Remarks

Construct an IkeTunnelConnectionParams instance.

Java documentation for android.net.ipsec.ike.IkeTunnelConnectionParams.IkeTunnelConnectionParams(android.net.ipsec.ike.IkeSessionParams, android.net.ipsec.ike.TunnelModeChildSessionParams).

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