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. |