NetworkAccess
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid
Various states of the connection to the internet.
- C#
- VB.NET
public enum NetworkAccess : Enum
Public Enum NetworkAccess As [Enum]
Fields
| Name | Description |
|---|---|
| ConstrainedInternet | Limited internet access. |
| Internet | Local and Internet access. |
| Local | Local network access only. |
| None | No connectivity. |
| Unknown | The state of the connectivity is not known. |
Used By
| Name | Description |
|---|---|
| DeviceNetworkingInfo.NetworkAccess | Gets the current network access status on the client device. |
| ConnectivityChangedEventArgs.NetworkAccess | Gets the current state of network access. |