Search Results for

    Show / Hide Table of Contents

    Enum DiscordUriType

    Represents a uri type.

    Namespace: DisCatSharp.Net
    Assembly: DisCatSharp.dll
    Syntax
    public enum DiscordUriType : byte

    Fields

    Name Description
    NonStandard

    Represents a URI that does not conform to RFC 3986, meaning it's stored internally as a plain string and should be treated as one.

    Standard

    Represents a URI that conforms to RFC 3986, meaning it's stored internally as a System.Uri and will contain a trailing slash after the domain name.

    Extension Methods

    ReflectionUtilities.ToDictionary<DiscordUriType>()
    ExtensionMethods.GetName<DiscordUriType>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems