Partager via


NEVpnStatus Énumération

Définition

Énumère l’état d’une connexion 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 = 
Héritage
NEVpnStatus
Attributs

Champs

Connected 3

Le VPN est connecté.

Connecting 2

Le VPN est en train de tenter de se connecter.

Disconnected 1

Le VPN est déconnecté.

Disconnecting 5

Le VPN est en train de tenter de se déconnecter.

Invalid 0

La configuration VPN n’est pas valide ou désactivée.

Reasserting 4

Le VPN est en cours de reconnexion.

S’applique à