Search Results for

    Show / Hide Table of Contents

    Enum WebLocationChecker.State

    Indicates progression and result of this script.

    Namespace: OmiyaGames.Web.Security
    Assembly: cs.temp.dll.dll
    Syntax
    public enum State : short

    Fields

    Name Description
    DomainDidntMatch

    Indicates the domain this WebGL build is running on is not valid: it doesn't match any expected glob/string.

    DomainMatched

    Indicates the domain this WebGL build is running on is valid, matching an expected glob/string.

    EncounteredError

    Indicates there were trouble verifying the domain. Most likely, this is due to being unable to download a for verification.

    InProgress

    Indicates the script is in the middle of evaluating the domain the WebGL build is running on. This process can include downloading a .

    NotUsed

    Indicates the script hasn't verified the domain yet.

    In This Article
    Back to top Copyright © 2020 Omiya Games