Skip to main content

NetworkAccess

Namespace: Wisej.Hybrid.Shared.Communication

Assembly: Wisej.Hybrid

Various states of the connection to the internet.

public enum NetworkAccess : Enum

Fields

NameDescription
ConstrainedInternetLimited internet access.
InternetLocal and Internet access.
LocalLocal network access only.
NoneNo connectivity.
UnknownThe state of the connectivity is not known.

Used By

NameDescription
DeviceNetworkingInfo.NetworkAccessGets the current network access status on the client device.
ConnectivityChangedEventArgs.NetworkAccessGets the current state of network access.