Compartilhar via


TransportModeChildSessionParams.Builder Constructors

Definition

Overloads

TransportModeChildSessionParams.Builder()

Create a Builder for negotiating a transport mode Child Session.

TransportModeChildSessionParams.Builder(TransportModeChildSessionParams)

Construct Builder from the TransportModeChildSessionParams object.

TransportModeChildSessionParams.Builder()

Create a Builder for negotiating a transport mode Child Session.

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

Remarks

Create a Builder for negotiating a transport mode Child Session.

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

TransportModeChildSessionParams.Builder(TransportModeChildSessionParams)

Construct Builder from the TransportModeChildSessionParams object.

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

Parameters

childParams
TransportModeChildSessionParams

the object this Builder will be constructed with.

Attributes

Remarks

Construct Builder from the TransportModeChildSessionParams object.

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

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