terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UriSyntaxFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000097 RID: 151
6
[Flags]
7
internal
enum
UriSyntaxFlags
8
{
9
// Token: 0x04000247 RID: 583
10
None
= 0,
11
// Token: 0x04000248 RID: 584
12
MustHaveAuthority
= 1,
13
// Token: 0x04000249 RID: 585
14
OptionalAuthority
= 2,
15
// Token: 0x0400024A RID: 586
16
MayHaveUserInfo
= 4,
17
// Token: 0x0400024B RID: 587
18
MayHavePort
= 8,
19
// Token: 0x0400024C RID: 588
20
MayHavePath
= 16,
21
// Token: 0x0400024D RID: 589
22
MayHaveQuery
= 32,
23
// Token: 0x0400024E RID: 590
24
MayHaveFragment
= 64,
25
// Token: 0x0400024F RID: 591
26
AllowEmptyHost
= 128,
27
// Token: 0x04000250 RID: 592
28
AllowUncHost
= 256,
29
// Token: 0x04000251 RID: 593
30
AllowDnsHost
= 512,
31
// Token: 0x04000252 RID: 594
32
AllowIPv4Host
= 1024,
33
// Token: 0x04000253 RID: 595
34
AllowIPv6Host
= 2048,
35
// Token: 0x04000254 RID: 596
36
AllowAnInternetHost
= 3584,
37
// Token: 0x04000255 RID: 597
38
AllowAnyOtherHost
= 4096,
39
// Token: 0x04000256 RID: 598
40
FileLikeUri
= 8192,
41
// Token: 0x04000257 RID: 599
42
MailToLikeUri
= 16384,
43
// Token: 0x04000258 RID: 600
44
V1_UnknownUri
= 65536,
45
// Token: 0x04000259 RID: 601
46
SimpleUserSyntax
= 131072,
47
// Token: 0x0400025A RID: 602
48
BuiltInSyntax
= 262144,
49
// Token: 0x0400025B RID: 603
50
ParserSchemeOnly
= 524288,
51
// Token: 0x0400025C RID: 604
52
AllowDOSPath
= 1048576,
53
// Token: 0x0400025D RID: 605
54
PathIsRooted
= 2097152,
55
// Token: 0x0400025E RID: 606
56
ConvertPathSlashes
= 4194304,
57
// Token: 0x0400025F RID: 607
58
CompressPath
= 8388608,
59
// Token: 0x04000260 RID: 608
60
CanonicalizeAsFilePath
= 16777216,
61
// Token: 0x04000261 RID: 609
62
UnEscapeDotsAndSlashes
= 33554432,
63
// Token: 0x04000262 RID: 610
64
AllowIdn
= 67108864,
65
// Token: 0x04000263 RID: 611
66
AllowIriParsing
= 268435456
67
}
68
}
System.Base64FormattingOptions.None
@ None
System.UriSyntaxFlags
UriSyntaxFlags
Definition
UriSyntaxFlags.cs:8
System.UriSyntaxFlags.MayHaveQuery
@ MayHaveQuery
System.UriSyntaxFlags.AllowAnInternetHost
@ AllowAnInternetHost
System.UriSyntaxFlags.V1_UnknownUri
@ V1_UnknownUri
System.UriSyntaxFlags.AllowIdn
@ AllowIdn
System.UriSyntaxFlags.SimpleUserSyntax
@ SimpleUserSyntax
System.UriSyntaxFlags.MayHaveFragment
@ MayHaveFragment
System.UriSyntaxFlags.AllowAnyOtherHost
@ AllowAnyOtherHost
System.UriSyntaxFlags.FileLikeUri
@ FileLikeUri
System.UriSyntaxFlags.AllowIPv4Host
@ AllowIPv4Host
System.UriSyntaxFlags.ParserSchemeOnly
@ ParserSchemeOnly
System.UriSyntaxFlags.AllowUncHost
@ AllowUncHost
System.UriSyntaxFlags.MayHavePort
@ MayHavePort
System.UriSyntaxFlags.AllowDOSPath
@ AllowDOSPath
System.UriSyntaxFlags.UnEscapeDotsAndSlashes
@ UnEscapeDotsAndSlashes
System.UriSyntaxFlags.MayHaveUserInfo
@ MayHaveUserInfo
System.UriSyntaxFlags.PathIsRooted
@ PathIsRooted
System.UriSyntaxFlags.ConvertPathSlashes
@ ConvertPathSlashes
System.UriSyntaxFlags.OptionalAuthority
@ OptionalAuthority
System.UriSyntaxFlags.AllowIriParsing
@ AllowIriParsing
System.UriSyntaxFlags.AllowEmptyHost
@ AllowEmptyHost
System.UriSyntaxFlags.CanonicalizeAsFilePath
@ CanonicalizeAsFilePath
System.UriSyntaxFlags.CompressPath
@ CompressPath
System.UriSyntaxFlags.AllowDnsHost
@ AllowDnsHost
System.UriSyntaxFlags.BuiltInSyntax
@ BuiltInSyntax
System.UriSyntaxFlags.MustHaveAuthority
@ MustHaveAuthority
System.UriSyntaxFlags.MailToLikeUri
@ MailToLikeUri
System.UriSyntaxFlags.MayHavePath
@ MayHavePath
System.UriSyntaxFlags.AllowIPv6Host
@ AllowIPv6Host
System
Definition
__ComObject.cs:4
source
System
UriSyntaxFlags.cs
Generated by
1.10.0