VpnManager.StartProvisionedVpnProfile 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.
Request the startup of a previously provisioned VPN.
[Android.Runtime.Register("startProvisionedVpnProfile", "()V", "GetStartProvisionedVpnProfileHandler", ApiSince=30)]
public virtual void StartProvisionedVpnProfile ();
[<Android.Runtime.Register("startProvisionedVpnProfile", "()V", "GetStartProvisionedVpnProfileHandler", ApiSince=30)>]
abstract member StartProvisionedVpnProfile : unit -> unit
override this.StartProvisionedVpnProfile : unit -> unit
- Attributes
Remarks
Request the startup of a previously provisioned VPN.
This member is deprecated. This method is replaced by startProvisionedVpnProfileSession which returns a session key for the caller to diagnose the errors.
Java documentation for android.net.VpnManager.startProvisionedVpnProfile()
.
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.