次の方法で共有


NEVpnStatus 列挙型

定義

VPN 接続の状態を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEVpnStatus
type NEVpnStatus = 
継承
NEVpnStatus
属性

フィールド

Connected 3

VPN が接続されています。

Connecting 2

VPN は接続を試みようとしています。

Disconnected 1

VPN が切断されています。

Disconnecting 5

VPN は切断を試行中です。

Invalid 0

VPN 構成が無効または無効です。

Reasserting 4

VPN は再接続中です。

適用対象