NEAppProxyProvider.StopProxy(NEProviderStopReason, Action) Method

Definition

Stops the proxy with the specified reason and runs completionHanler when the operation is complete.

[Foundation.Export("stopProxyWithReason:completionHandler:")]
public virtual void StopProxy (NetworkExtension.NEProviderStopReason reason, Action completionHandler);
abstract member StopProxy : NetworkExtension.NEProviderStopReason * Action -> unit
override this.StopProxy : NetworkExtension.NEProviderStopReason * Action -> unit

Parameters

completionHandler
Action
Attributes

Applies to