VpnManager.StartProvisionedVpnProfileSession 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("startProvisionedVpnProfileSession", "()Ljava/lang/String;", "GetStartProvisionedVpnProfileSessionHandler", ApiSince=33)]
public virtual string StartProvisionedVpnProfileSession ();
[<Android.Runtime.Register("startProvisionedVpnProfileSession", "()Ljava/lang/String;", "GetStartProvisionedVpnProfileSessionHandler", ApiSince=33)>]
abstract member StartProvisionedVpnProfileSession : unit -> string
override this.StartProvisionedVpnProfileSession : unit -> string
Returns
A unique key corresponding to this session.
- Attributes
Remarks
Request the startup of a previously provisioned VPN.
Java documentation for android.net.VpnManager.startProvisionedVpnProfileSession()
.
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.