IkeTunnelConnectionParams Constructor
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.
Construct an IkeTunnelConnectionParams instance.
[Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;Landroid/net/ipsec/ike/TunnelModeChildSessionParams;)V", "", ApiSince=31)]
public IkeTunnelConnectionParams (Android.Net.IpSec.Ike.IkeSessionParams ikeParams, Android.Net.IpSec.Ike.TunnelModeChildSessionParams childParams);
[<Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/IkeSessionParams;Landroid/net/ipsec/ike/TunnelModeChildSessionParams;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeTunnelConnectionParams : Android.Net.IpSec.Ike.IkeSessionParams * Android.Net.IpSec.Ike.TunnelModeChildSessionParams -> Android.Net.IpSec.Ike.IkeTunnelConnectionParams
Parameters
- ikeParams
- IkeSessionParams
the IKE Session configuration
- childParams
- TunnelModeChildSessionParams
the Tunnel mode Child Session configuration
- Attributes
Remarks
Construct an IkeTunnelConnectionParams instance.
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.