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

◆ GenericUriParserOptions

Enumerator
Default 
GenericAuthority 
AllowEmptyAuthority 
NoUserInfo 
NoPort 
NoQuery 
NoFragment 
DontConvertPathBackslashes 
DontCompressPath 
DontUnescapePathDotsAndSlashes 
Idn 
IriParsing 

Definition at line 7 of file GenericUriParserOptions.cs.

8 {
9 // Token: 0x0400016E RID: 366
10 Default = 0,
11 // Token: 0x0400016F RID: 367
13 // Token: 0x04000170 RID: 368
15 // Token: 0x04000171 RID: 369
16 NoUserInfo = 4,
17 // Token: 0x04000172 RID: 370
18 NoPort = 8,
19 // Token: 0x04000173 RID: 371
20 NoQuery = 16,
21 // Token: 0x04000174 RID: 372
22 NoFragment = 32,
23 // Token: 0x04000175 RID: 373
25 // Token: 0x04000176 RID: 374
26 DontCompressPath = 128,
27 // Token: 0x04000177 RID: 375
29 // Token: 0x04000178 RID: 376
30 Idn = 512,
31 // Token: 0x04000179 RID: 377
32 IriParsing = 1024
33 }