RasConnectionSubState Enumeration

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the states for Internet Key Exchange version 2 (IKEv2) virtual private network (VPN) tunnel connections.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public enum RasConnectionSubState
Visual Basic
Public Enumeration RasConnectionSubState
Visual C++
public enum class RasConnectionSubState
F#
type RasConnectionSubState

Members

Member name Value Description
None 0 The connection state does not have a sub-state.
Dormant 1 The underlying internet interface of the connection is down and the connection is waiting for an internet interface to come online.
Reconnecting 2 The internet interface has come online and the connection is switching over to this new interface.
Reconnected 8192 The connection has switched over successfully to the new internet interface.

Remarks

These states are not available to other tunneling protocols.

See Also