IpSecTransform.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| IpSecTransform.Builder(Context) |
Create a new IpSecTransform. |
| IpSecTransform.Builder(IntPtr, JniHandleOwnership) |
Initializes a managed wrapper around an existing Java peer. |
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
Create a new IpSecTransform.Builder.
Java documentation for android.net.IpSecTransform.Builder.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)
Initializes a managed wrapper around an existing Java peer.
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
A handle to the Java peer.
- transfer
- JniHandleOwnership
Specifies how ownership of javaReference is transferred.