Enum NetworkAccess
Various states of the connection to the internet.
Namespace: Evergine.Platform
Assembly: Evergine.Platform.dll
Syntax
public enum NetworkAccess
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. |