Ikev2VpnProfile.Builder.SetAutomaticNattKeepaliveTimerEnabled(Boolean) Method
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.
Sets whether the platform automatically selects NAT-T keepalive timers.
[Android.Runtime.Register("setAutomaticNattKeepaliveTimerEnabled", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=34)]
public Android.Net.Ikev2VpnProfile.Builder SetAutomaticNattKeepaliveTimerEnabled(bool isEnabled);
[<Android.Runtime.Register("setAutomaticNattKeepaliveTimerEnabled", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=34)>]
member this.SetAutomaticNattKeepaliveTimerEnabled : bool -> Android.Net.Ikev2VpnProfile.Builder
Parameters
- isEnabled
- Boolean
true to enable automatic selection; otherwise, false. The default is false.
Returns
This builder.
- Attributes