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
UriComponents.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x0200008B RID: 139
6
[Flags]
7
public
enum
UriComponents
8
{
9
// Token: 0x040001F2 RID: 498
10
Scheme
= 1,
11
// Token: 0x040001F3 RID: 499
12
UserInfo
= 2,
13
// Token: 0x040001F4 RID: 500
14
Host
= 4,
15
// Token: 0x040001F5 RID: 501
16
Port
= 8,
17
// Token: 0x040001F6 RID: 502
18
Path
= 16,
19
// Token: 0x040001F7 RID: 503
20
Query
= 32,
21
// Token: 0x040001F8 RID: 504
22
Fragment
= 64,
23
// Token: 0x040001F9 RID: 505
24
StrongPort
= 128,
25
// Token: 0x040001FA RID: 506
26
NormalizedHost
= 256,
27
// Token: 0x040001FB RID: 507
28
KeepDelimiter
= 1073741824,
29
// Token: 0x040001FC RID: 508
30
SerializationInfoString
= -2147483648,
31
// Token: 0x040001FD RID: 509
32
AbsoluteUri
= 127,
33
// Token: 0x040001FE RID: 510
34
HostAndPort
= 132,
35
// Token: 0x040001FF RID: 511
36
StrongAuthority
= 134,
37
// Token: 0x04000200 RID: 512
38
SchemeAndServer
= 13,
39
// Token: 0x04000201 RID: 513
40
HttpRequestUrl
= 61,
41
// Token: 0x04000202 RID: 514
42
PathAndQuery
= 48
43
}
44
}
System.UriComponents
UriComponents
Definition
UriComponents.cs:8
System.UriComponents.HttpRequestUrl
@ HttpRequestUrl
System.UriComponents.UserInfo
@ UserInfo
System.UriComponents.Fragment
@ Fragment
System.UriComponents.HostAndPort
@ HostAndPort
System.UriComponents.Port
@ Port
System.UriComponents.Query
@ Query
System.UriComponents.AbsoluteUri
@ AbsoluteUri
System.UriComponents.NormalizedHost
@ NormalizedHost
System.UriComponents.Scheme
@ Scheme
System.UriComponents.Path
@ Path
System.UriComponents.SchemeAndServer
@ SchemeAndServer
System.UriComponents.PathAndQuery
@ PathAndQuery
System.UriComponents.Host
@ Host
System.UriComponents.StrongAuthority
@ StrongAuthority
System.UriComponents.KeepDelimiter
@ KeepDelimiter
System.UriComponents.StrongPort
@ StrongPort
System.UriComponents.SerializationInfoString
@ SerializationInfoString
System
Definition
__ComObject.cs:4
source
System
UriComponents.cs
Generated by
1.10.0