NEEvaluateConnectionRuleAction Enum

Definition

Enumerates behavior if the matching host name cannot be resolved.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEEvaluateConnectionRuleAction
type NEEvaluateConnectionRuleAction = 
Inheritance
NEEvaluateConnectionRuleAction
Attributes

Fields

ConnectIfNeeded 1

Attempts to start the VPN connection if the host name cannot be resolved.

NeverConnect 2

Does not attempt to start the VPN connection.

Applies to