Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX