TunnelModeChildSessionParams.Builder Constructors

Definition

Overloads

TunnelModeChildSessionParams.Builder()

Create a Builder for negotiating a tunnel mode Child Session.

TunnelModeChildSessionParams.Builder(TunnelModeChildSessionParams)

Construct Builder from the TunnelModeChildSessionParams object.

TunnelModeChildSessionParams.Builder()

Create a Builder for negotiating a tunnel mode Child Session.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder ();
Attributes

Remarks

Create a Builder for negotiating a tunnel mode Child Session.

Java documentation for android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.TunnelModeChildSessionParams$Builder().

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

TunnelModeChildSessionParams.Builder(TunnelModeChildSessionParams)

Construct Builder from the TunnelModeChildSessionParams object.

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

Parameters

childParams
TunnelModeChildSessionParams

the object this Builder will be constructed with.

Attributes

Remarks

Construct Builder from the TunnelModeChildSessionParams object.

Java documentation for android.net.ipsec.ike.TunnelModeChildSessionParams.Builder.TunnelModeChildSessionParams$Builder(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