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
= 0
uL
,
21
SchemeNotCanonical
= 1
uL
,
22
UserNotCanonical
= 2
uL
,
23
HostNotCanonical
= 4
uL
,
24
PortNotCanonical
= 8
uL
,
25
PathNotCanonical
= 0x10
uL
,
26
QueryNotCanonical
= 0x20
uL
,
27
FragmentNotCanonical
= 0x40
uL
,
28
CannotDisplayCanonical
= 0x7F
uL
,
29
E_UserNotCanonical
= 0x80
uL
,
30
E_HostNotCanonical
= 0x100
uL
,
31
E_PortNotCanonical
= 0x200
uL
,
32
E_PathNotCanonical
= 0x400
uL
,
33
E_QueryNotCanonical
= 0x800
uL
,
34
E_FragmentNotCanonical
= 0x1000
uL
,
35
E_CannotDisplayCanonical
= 0x1F80
uL
,
36
ShouldBeCompressed
= 0x2000
uL
,
37
FirstSlashAbsent
= 0x4000
uL
,
38
BackslashInPath
= 0x8000
uL
,
39
IndexMask
= 0xFFFF
uL
,
40
HostTypeMask
= 0x70000
uL
,
41
HostNotParsed
= 0
uL
,
42
IPv6HostType
= 0x10000
uL
,
43
IPv4HostType
= 0x20000
uL
,
44
DnsHostType
= 0x30000
uL
,
45
UncHostType
= 0x40000
uL
,
46
BasicHostType
= 0x50000
uL
,
47
UnusedHostType
= 0x60000
uL
,
48
UnknownHostType
= 0x70000
uL
,
49
UserEscaped
= 0x80000
uL
,
50
AuthorityFound
= 0x100000
uL
,
51
HasUserInfo
= 0x200000
uL
,
52
LoopbackHost
= 0x400000
uL
,
53
NotDefaultPort
= 0x800000
uL
,
54
UserDrivenParsing
= 0x1000000
uL
,
55
CanonicalDnsHost
= 0x2000000
uL
,
56
ErrorOrParsingRecursion
= 0x4000000
uL
,
57
DosPath
= 0x8000000
uL
,
58
UncPath
= 0x10000000
uL
,
59
ImplicitFile
= 0x20000000
uL
,
60
MinimalUriInfoSet
= 0x40000000
uL
,
61
AllUriInfoSet
= 0x80000000
uL
,
62
IdnHost
= 0x100000000
uL
,
63
HasUnicode
= 0x200000000
uL
,
64
HostUnicodeNormalized
= 0x400000000
uL
,
65
RestUnicodeNormalized
= 0x800000000
uL
,
66
UnicodeHost
= 0x1000000000
uL
,
67
IntranetUri
= 0x2000000000
uL
,
68
UserIriCanonical
= 0x8000000000
uL
,
69
PathIriCanonical
= 0x10000000000
uL
,
70
QueryIriCanonical
= 0x20000000000
uL
,
71
FragmentIriCanonical
= 0x40000000000
uL
,
72
IriCanonical
= 0x78000000000
uL
,
73
UnixPath
= 0x100000000000
uL
,
74
DisablePathAndQueryCanonicalization
= 0x200000000000
uL
,
75
CustomParser_ParseMinimalAlreadyCalled
= 0x4000000000000000
uL
,
76
Debug_LeftConstructor
= 9223372036854775808
uL
77
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Uri.UserEscaped
bool UserEscaped
Definition
Uri.cs:574
System.Uri.IdnHost
string IdnHost
Definition
Uri.cs:537
System.Uri.UserDrivenParsing
bool UserDrivenParsing
Definition
Uri.cs:219
System.Uri.DisablePathAndQueryCanonicalization
bool DisablePathAndQueryCanonicalization
Definition
Uri.cs:217
System.Uri.Flags.UncHostType
@ UncHostType
System.Uri.Flags.CannotDisplayCanonical
@ CannotDisplayCanonical
System.Uri.Flags.UnusedHostType
@ UnusedHostType
System.Uri.Flags.ImplicitFile
@ ImplicitFile
System.Uri.Flags.IPv4HostType
@ IPv4HostType
System.Uri.Flags.ErrorOrParsingRecursion
@ ErrorOrParsingRecursion
System.Uri.Flags.E_HostNotCanonical
@ E_HostNotCanonical
System.Uri.Flags.UnicodeHost
@ UnicodeHost
System.Uri.Flags.UserIriCanonical
@ UserIriCanonical
System.Uri.Flags.HasUnicode
@ HasUnicode
System.Uri.Flags.AuthorityFound
@ AuthorityFound
System.Uri.Flags.E_FragmentNotCanonical
@ E_FragmentNotCanonical
System.Uri.Flags.QueryIriCanonical
@ QueryIriCanonical
System.Uri.Flags.HasUserInfo
@ HasUserInfo
System.Uri.Flags.QueryNotCanonical
@ QueryNotCanonical
System.Uri.Flags.CustomParser_ParseMinimalAlreadyCalled
@ CustomParser_ParseMinimalAlreadyCalled
System.Uri.Flags.IntranetUri
@ IntranetUri
System.Uri.Flags.FragmentIriCanonical
@ FragmentIriCanonical
System.Uri.Flags.HostTypeMask
@ HostTypeMask
System.Uri.Flags.E_CannotDisplayCanonical
@ E_CannotDisplayCanonical
System.Uri.Flags.HostNotParsed
@ HostNotParsed
System.Uri.Flags.MinimalUriInfoSet
@ MinimalUriInfoSet
System.Uri.Flags.IndexMask
@ IndexMask
System.Uri.Flags.E_PathNotCanonical
@ E_PathNotCanonical
System.Uri.Flags.E_PortNotCanonical
@ E_PortNotCanonical
System.Uri.Flags.IriCanonical
@ IriCanonical
System.Uri.Flags.FragmentNotCanonical
@ FragmentNotCanonical
System.Uri.Flags.SchemeNotCanonical
@ SchemeNotCanonical
System.Uri.Flags.DosPath
@ DosPath
System.Uri.Flags.IPv6HostType
@ IPv6HostType
System.Uri.Flags.UnixPath
@ UnixPath
System.Uri.Flags.BackslashInPath
@ BackslashInPath
System.Uri.Flags.PortNotCanonical
@ PortNotCanonical
System.Uri.Flags.NotDefaultPort
@ NotDefaultPort
System.Uri.Flags.Debug_LeftConstructor
@ Debug_LeftConstructor
System.Uri.Flags.UncPath
@ UncPath
System.Uri.Flags.HostUnicodeNormalized
@ HostUnicodeNormalized
System.Uri.Flags.PathNotCanonical
@ PathNotCanonical
System.Uri.Flags.E_UserNotCanonical
@ E_UserNotCanonical
System.Uri.Flags.PathIriCanonical
@ PathIriCanonical
System.Uri.Flags.LoopbackHost
@ LoopbackHost
System.Uri.Flags.BasicHostType
@ BasicHostType
System.Uri.Flags.ShouldBeCompressed
@ ShouldBeCompressed
System.Uri.Flags.Zero
@ Zero
System.Uri.Flags.UserNotCanonical
@ UserNotCanonical
System.Uri.Flags.RestUnicodeNormalized
@ RestUnicodeNormalized
System.Uri.Flags.HostNotCanonical
@ HostNotCanonical
System.Uri.Flags.E_QueryNotCanonical
@ E_QueryNotCanonical
System.Uri.Flags.CanonicalDnsHost
@ CanonicalDnsHost
System.Uri.Flags.AllUriInfoSet
@ AllUriInfoSet
System.Uri.Flags.FirstSlashAbsent
@ FirstSlashAbsent
System.Uri.Flags.DnsHostType
@ DnsHostType
System.Uri.Flags.UnknownHostType
@ UnknownHostType
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Uri
Generated by
1.10.0