NEAppProxyProviderManager.LoadAllFromPreferences Method

Definition

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

completionHandler
Action<NSArray,NSError>
Attributes

Applies to