Ikev2VpnProfile.Builder.SetBypassable(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 applications can bypass the VPN.
[Android.Runtime.Register("setBypassable", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=30)]
public Android.Net.Ikev2VpnProfile.Builder SetBypassable(bool isBypassable);
[<Android.Runtime.Register("setBypassable", "(Z)Landroid/net/Ikev2VpnProfile$Builder;", "", ApiSince=30)>]
member this.SetBypassable : bool -> Android.Net.Ikev2VpnProfile.Builder
Parameters
- isBypassable
- Boolean
true to allow applications to explicitly use a permitted underlying or other network; otherwise, false. The default is false.
Returns
This builder.
- Attributes
Remarks
Java documentation for android.net.Ikev2VpnProfile.Builder.setBypassable(boolean).