terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
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 = 16 , System.MayHaveQuery = 32 , System.MayHaveFragment = 64 ,
  System.AllowEmptyHost = 128 , System.AllowUncHost = 256 , System.AllowDnsHost = 512 , System.AllowIPv4Host = 1024 ,
  System.AllowIPv6Host = 2048 , System.AllowAnInternetHost = 3584 , System.AllowAnyOtherHost = 4096 , System.FileLikeUri = 8192 ,
  System.MailToLikeUri = 16384 , System.V1_UnknownUri = 65536 , System.SimpleUserSyntax = 131072 , System.BuiltInSyntax = 262144 ,
  System.ParserSchemeOnly = 524288 , System.AllowDOSPath = 1048576 , System.PathIsRooted = 2097152 , System.ConvertPathSlashes = 4194304 ,
  System.CompressPath = 8388608 , System.CanonicalizeAsFilePath = 16777216 , System.UnEscapeDotsAndSlashes = 33554432 , System.AllowIdn = 67108864 ,
  System.AllowIriParsing = 268435456
}