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
WebRequestModuleElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000484 RID: 1156
8 {
9 // Token: 0x06001F73 RID: 8051 RVA: 0x00051F38 File Offset: 0x00050138
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x06001F74 RID: 8052 RVA: 0x00051F4C File Offset: 0x0005014C
16 public WebRequestModuleElement(string prefix, string type)
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x06001F75 RID: 8053 RVA: 0x00051F60 File Offset: 0x00050160
22 public WebRequestModuleElement(string prefix, Type type)
23 {
24 throw new NotSupportedException();
25 }
26
27 // Token: 0x17000757 RID: 1879
28 // (get) Token: 0x06001F76 RID: 8054 RVA: 0x00051F74 File Offset: 0x00050174
29 // (set) Token: 0x06001F77 RID: 8055 RVA: 0x00051F88 File Offset: 0x00050188
30 public string Prefix
31 {
32 get
33 {
34 throw new NotSupportedException();
35 }
36 set
37 {
38 throw new NotSupportedException();
39 }
40 }
41
42 // Token: 0x17000758 RID: 1880
43 // (get) Token: 0x06001F78 RID: 8056 RVA: 0x00051F9C File Offset: 0x0005019C
45 {
46 get
47 {
48 throw new NotSupportedException();
49 }
50 }
51
52 // Token: 0x17000759 RID: 1881
53 // (get) Token: 0x06001F79 RID: 8057 RVA: 0x00051FB0 File Offset: 0x000501B0
54 // (set) Token: 0x06001F7A RID: 8058 RVA: 0x00051FC4 File Offset: 0x000501C4
55 public Type Type
56 {
57 get
58 {
59 throw new NotSupportedException();
60 }
61 set
62 {
63 throw new NotSupportedException();
64 }
65 }
66 }
67}
override ConfigurationPropertyCollection Properties