IpSecTransform.Builder Constructors

Definition

Overloads

IpSecTransform.Builder(Context)

Create a new IpSecTransform.

IpSecTransform.Builder(IntPtr, JniHandleOwnership)

IpSecTransform.Builder(Context)

Create a new IpSecTransform.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=28)]
public Builder (Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=28)>]
new Android.Net.IpSecTransform.Builder : Android.Content.Context -> Android.Net.IpSecTransform.Builder

Parameters

context
Context

current context

Attributes

Remarks

Java documentation for android.net.IpSecTransform.Builder.IpSecTransform$Builder(android.content.Context).

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

IpSecTransform.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.IpSecTransform.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.IpSecTransform.Builder

Parameters

javaReference
IntPtr

nativeint

Applies to