NEEvaluateConnectionRuleAction 枚举

定义

如果无法解析匹配的主机名,则枚举行为。

[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 = 
继承
NEEvaluateConnectionRuleAction
属性

字段

ConnectIfNeeded 1

如果无法解析主机名,则尝试启动 VPN 连接。

NeverConnect 2

不尝试启动 VPN 连接。

适用于