Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UriSyntaxFlags.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.UriSyntaxFlags {
  System.None = 0 , System.MustHaveAuthority = 1 , System.OptionalAuthority = 2 , System.MayHaveUserInfo = 4 ,
  System.MayHavePort = 8 , System.MayHavePath = 0x10 , System.MayHaveQuery = 0x20 , System.MayHaveFragment = 0x40 ,
  System.AllowEmptyHost = 0x80 , System.AllowUncHost = 0x100 , System.AllowDnsHost = 0x200 , System.AllowIPv4Host = 0x400 ,
  System.AllowIPv6Host = 0x800 , System.AllowAnInternetHost = 0xE00 , System.AllowAnyOtherHost = 0x1000 , System.FileLikeUri = 0x2000 ,
  System.MailToLikeUri = 0x4000 , System.V1_UnknownUri = 0x10000 , System.SimpleUserSyntax = 0x20000 , System.BuiltInSyntax = 0x40000 ,
  System.ParserSchemeOnly = 0x80000 , System.AllowDOSPath = 0x100000 , System.PathIsRooted = 0x200000 , System.ConvertPathSlashes = 0x400000 ,
  System.CompressPath = 0x800000 , System.CanonicalizeAsFilePath = 0x1000000 , System.UnEscapeDotsAndSlashes = 0x2000000 , System.AllowIdn = 0x4000000 ,
  System.AllowIriParsing = 0x10000000
}