NETunnelProviderManager.LoadAllFromPreferences 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.
Loads all of the calling app's VPN configurations from the Network Extension preferences and runs a completion handler when the operation is complete.
[Foundation.Export("loadAllFromPreferencesWithCompletionHandler:")]
public static void LoadAllFromPreferences (Action<Foundation.NSArray,Foundation.NSError> completionHandler);
static member LoadAllFromPreferences : Action<Foundation.NSArray, Foundation.NSError> -> unit
Parameters
- Attributes