NEAppProxyProviderManager.LoadAllFromPreferencesAsync 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.

public static System.Threading.Tasks.Task<Foundation.NSArray> LoadAllFromPreferencesAsync ();
static member LoadAllFromPreferencesAsync : unit -> System.Threading.Tasks.Task<Foundation.NSArray>

Returns

A task that represents the asynchronous LoadAllFromPreferences operation. The value of the TResult parameter is of type System.Action<Foundation.NSArray,Foundation.NSError>.

Remarks

The LoadAllFromPreferencesAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to