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