VpnManager.StopProvisionedVpnProfile Method

Definition

Tear down the VPN provided by the calling app (if any)

[Android.Runtime.Register("stopProvisionedVpnProfile", "()V", "GetStopProvisionedVpnProfileHandler", ApiSince=30)]
public virtual void StopProvisionedVpnProfile ();
[<Android.Runtime.Register("stopProvisionedVpnProfile", "()V", "GetStopProvisionedVpnProfileHandler", ApiSince=30)>]
abstract member StopProvisionedVpnProfile : unit -> unit
override this.StopProvisionedVpnProfile : unit -> unit
Attributes

Remarks

Tear down the VPN provided by the calling app (if any)

Java documentation for android.net.VpnManager.stopProvisionedVpnProfile().

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.

Applies to