NEAppProxyProvider.StartProxyAsync 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.
Starts the proxy with the specified options
and runs completionHandler
after the operation is complete.
public virtual System.Threading.Tasks.Task StartProxyAsync (Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member StartProxyAsync : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task
override this.StartProxyAsync : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task
Parameters
- options
- NSDictionary<NSString,NSObject>
Returns
A task that represents the asynchronous StartProxy operation