Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Flags

enum System.Uri.Flags : ulong
package
Enumerator
Zero 
SchemeNotCanonical 
UserNotCanonical 
HostNotCanonical 
PortNotCanonical 
PathNotCanonical 
QueryNotCanonical 
FragmentNotCanonical 
CannotDisplayCanonical 
E_UserNotCanonical 
E_HostNotCanonical 
E_PortNotCanonical 
E_PathNotCanonical 
E_QueryNotCanonical 
E_FragmentNotCanonical 
E_CannotDisplayCanonical 
ShouldBeCompressed 
FirstSlashAbsent 
BackslashInPath 
IndexMask 
HostTypeMask 
HostNotParsed 
IPv6HostType 
IPv4HostType 
DnsHostType 
UncHostType 
BasicHostType 
UnusedHostType 
UnknownHostType 
UserEscaped 
AuthorityFound 
HasUserInfo 
LoopbackHost 
NotDefaultPort 
UserDrivenParsing 
CanonicalDnsHost 
ErrorOrParsingRecursion 
DosPath 
UncPath 
ImplicitFile 
MinimalUriInfoSet 
AllUriInfoSet 
IdnHost 
HasUnicode 
HostUnicodeNormalized 
RestUnicodeNormalized 
UnicodeHost 
IntranetUri 
UserIriCanonical 
PathIriCanonical 
QueryIriCanonical 
FragmentIriCanonical 
IriCanonical 
UnixPath 
DisablePathAndQueryCanonicalization 
CustomParser_ParseMinimalAlreadyCalled 
Debug_LeftConstructor 

Definition at line 18 of file Uri.cs.

19 {
20 Zero = 0uL,
25 PathNotCanonical = 0x10uL,
36 ShouldBeCompressed = 0x2000uL,
37 FirstSlashAbsent = 0x4000uL,
38 BackslashInPath = 0x8000uL,
39 IndexMask = 0xFFFFuL,
40 HostTypeMask = 0x70000uL,
42 IPv6HostType = 0x10000uL,
43 IPv4HostType = 0x20000uL,
44 DnsHostType = 0x30000uL,
45 UncHostType = 0x40000uL,
46 BasicHostType = 0x50000uL,
47 UnusedHostType = 0x60000uL,
48 UnknownHostType = 0x70000uL,
49 UserEscaped = 0x80000uL,
50 AuthorityFound = 0x100000uL,
51 HasUserInfo = 0x200000uL,
52 LoopbackHost = 0x400000uL,
53 NotDefaultPort = 0x800000uL,
54 UserDrivenParsing = 0x1000000uL,
55 CanonicalDnsHost = 0x2000000uL,
56 ErrorOrParsingRecursion = 0x4000000uL,
57 DosPath = 0x8000000uL,
58 UncPath = 0x10000000uL,
59 ImplicitFile = 0x20000000uL,
60 MinimalUriInfoSet = 0x40000000uL,
61 AllUriInfoSet = 0x80000000uL,
62 IdnHost = 0x100000000uL,
63 HasUnicode = 0x200000000uL,
64 HostUnicodeNormalized = 0x400000000uL,
65 RestUnicodeNormalized = 0x800000000uL,
66 UnicodeHost = 0x1000000000uL,
67 IntranetUri = 0x2000000000uL,
68 UserIriCanonical = 0x8000000000uL,
69 PathIriCanonical = 0x10000000000uL,
70 QueryIriCanonical = 0x20000000000uL,
71 FragmentIriCanonical = 0x40000000000uL,
72 IriCanonical = 0x78000000000uL,
73 UnixPath = 0x100000000000uL,
76 Debug_LeftConstructor = 9223372036854775808uL
77 }
bool UserEscaped
Definition Uri.cs:574
string IdnHost
Definition Uri.cs:537
bool UserDrivenParsing
Definition Uri.cs:219
bool DisablePathAndQueryCanonicalization
Definition Uri.cs:217
@ CustomParser_ParseMinimalAlreadyCalled