NEAppProxyProviderManager.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 proxy configurations for the app that were previously saved in the Network Extensions prefrences and runs completionHandler
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