TransportModeChildSessionParams.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
TransportModeChildSessionParams.Builder() | |
TransportModeChildSessionParams.Builder(TransportModeChildSessionParams) |
TransportModeChildSessionParams.Builder()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder ();
- Attributes
Applies to
TransportModeChildSessionParams.Builder(TransportModeChildSessionParams)
[Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/TransportModeChildSessionParams;)V", "", ApiSince=31)]
public Builder (Android.Net.IpSec.Ike.TransportModeChildSessionParams childParams);
[<Android.Runtime.Register(".ctor", "(Landroid/net/ipsec/ike/TransportModeChildSessionParams;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.TransportModeChildSessionParams.Builder : Android.Net.IpSec.Ike.TransportModeChildSessionParams -> Android.Net.IpSec.Ike.TransportModeChildSessionParams.Builder
Parameters
- childParams
- TransportModeChildSessionParams
- Attributes