TunnelModeChildSessionParams.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
TunnelModeChildSessionParams.Builder() | |
TunnelModeChildSessionParams.Builder(TunnelModeChildSessionParams) |
TunnelModeChildSessionParams.Builder()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder ();
- Attributes
Applies to
TunnelModeChildSessionParams.Builder(TunnelModeChildSessionParams)
[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
- Attributes