Contains the possible connection status values.
| C# | Visual Basic |
public enum ConnectionStatus
Public Enumeration ConnectionStatus
| Member | Description |
|---|---|
| Unknown |
Connection state is unknown.
|
| Connected |
Device is connected to the required destination network.
|
| Suspended |
Connection is currently suspended.
|
| Disconnected |
Connection has been disconnected.
|
| ConnectionFailed |
Connection attempt failed.
|
| ConnectionCancelled |
Connection attempt was cancelled by the user
|
| ConnectionDisabled |
Connection is disabled.
|
| NoPathToDestination |
Connection Manager couldn't find a path to the required destination network.
|
| WaitingForPath |
Device is waiting for an available connection path.
|
| WaitingForPhone |
Device is waiting for phone hardware.
|
| PhoneOff |
Phone hardware is off.
|
| ExclusiveConflict |
Another connection request has an exclusive connection at a higher priority.
|
| NoResources |
No resources available to perform connection.
|
| ConnectionLinkFailed |
Link failed.
|
| AuthenticationFailed |
Authentication failed while connecting.
|
| WaitingConnection |
Waiting for the connection.
|
| WaitingForResource |
Waiting for a required resource.
|
| WaitingForNetwork |
Waiting for a required network.
|
| WaitingDisconnection |
Waiting to disconnect.
|
| WaitingConnectionAbort |
Waiting to abort the connection.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|