Share via


ChildSessionConfiguration.Builder Constructor

Definition

Constructs a Builder.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/util/List;)V", "", ApiSince=31)]
public Builder (System.Collections.Generic.IList<Android.Net.IpSec.Ike.IkeTrafficSelector> inTs, System.Collections.Generic.IList<Android.Net.IpSec.Ike.IkeTrafficSelector> outTs);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/util/List;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.ChildSessionConfiguration.Builder : System.Collections.Generic.IList<Android.Net.IpSec.Ike.IkeTrafficSelector> * System.Collections.Generic.IList<Android.Net.IpSec.Ike.IkeTrafficSelector> -> Android.Net.IpSec.Ike.ChildSessionConfiguration.Builder

Parameters

inTs
IList<IkeTrafficSelector>

the negotiated inbound traffic selectors

outTs
IList<IkeTrafficSelector>

the negotiated outbound traffic selectors

Attributes

Remarks

Constructs a Builder.

Java documentation for android.net.ipsec.ike.ChildSessionConfiguration.Builder.ChildSessionConfiguration$Builder(java.util.List<android.net.ipsec.ike.IkeTrafficSelector>, java.util.List<android.net.ipsec.ike.IkeTrafficSelector>).

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