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
ProxyElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200046B RID: 1131
7 public sealed class ProxyElement : ConfigurationElement
8 {
9 // Token: 0x06001EB4 RID: 7860 RVA: 0x0005104C File Offset: 0x0004F24C
10 public ProxyElement()
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006F6 RID: 1782
16 // (get) Token: 0x06001EB5 RID: 7861 RVA: 0x00051060 File Offset: 0x0004F260
17 // (set) Token: 0x06001EB6 RID: 7862 RVA: 0x00051074 File Offset: 0x0004F274
19 {
20 get
21 {
22 throw new NotSupportedException();
23 }
24 set
25 {
26 throw new NotSupportedException();
27 }
28 }
29
30 // Token: 0x170006F7 RID: 1783
31 // (get) Token: 0x06001EB7 RID: 7863 RVA: 0x00051088 File Offset: 0x0004F288
32 // (set) Token: 0x06001EB8 RID: 7864 RVA: 0x0005109C File Offset: 0x0004F29C
34 {
35 get
36 {
37 throw new NotSupportedException();
38 }
39 set
40 {
41 throw new NotSupportedException();
42 }
43 }
44
45 // Token: 0x170006F8 RID: 1784
46 // (get) Token: 0x06001EB9 RID: 7865 RVA: 0x000510B0 File Offset: 0x0004F2B0
48 {
49 get
50 {
51 throw new NotSupportedException();
52 }
53 }
54
55 // Token: 0x170006F9 RID: 1785
56 // (get) Token: 0x06001EBA RID: 7866 RVA: 0x000510C4 File Offset: 0x0004F2C4
57 // (set) Token: 0x06001EBB RID: 7867 RVA: 0x000510D8 File Offset: 0x0004F2D8
58 public global::System.Uri ProxyAddress
59 {
60 get
61 {
62 throw new NotSupportedException();
63 }
64 set
65 {
66 throw new NotSupportedException();
67 }
68 }
69
70 // Token: 0x170006FA RID: 1786
71 // (get) Token: 0x06001EBC RID: 7868 RVA: 0x000510EC File Offset: 0x0004F2EC
72 // (set) Token: 0x06001EBD RID: 7869 RVA: 0x00051100 File Offset: 0x0004F300
73 public global::System.Uri ScriptLocation
74 {
75 get
76 {
77 throw new NotSupportedException();
78 }
79 set
80 {
81 throw new NotSupportedException();
82 }
83 }
84
85 // Token: 0x170006FB RID: 1787
86 // (get) Token: 0x06001EBE RID: 7870 RVA: 0x00051114 File Offset: 0x0004F314
87 // (set) Token: 0x06001EBF RID: 7871 RVA: 0x00051128 File Offset: 0x0004F328
89 {
90 get
91 {
92 throw new NotSupportedException();
93 }
94 set
95 {
96 throw new NotSupportedException();
97 }
98 }
99
100 // Token: 0x0200046C RID: 1132
102 {
103 // Token: 0x04001432 RID: 5170
104 False,
105 // Token: 0x04001433 RID: 5171
106 True,
107 // Token: 0x04001434 RID: 5172
108 Unspecified = -1
109 }
110
111 // Token: 0x0200046D RID: 1133
113 {
114 // Token: 0x04001436 RID: 5174
115 False,
116 // Token: 0x04001437 RID: 5175
117 True,
118 // Token: 0x04001438 RID: 5176
119 Unspecified = -1
120 }
121
122 // Token: 0x0200046E RID: 1134
124 {
125 // Token: 0x0400143A RID: 5178
126 False,
127 // Token: 0x0400143B RID: 5179
128 True,
129 // Token: 0x0400143C RID: 5180
130 Unspecified = -1
131 }
132 }
133}
ProxyElement.UseSystemDefaultValues UseSystemDefault
ProxyElement.BypassOnLocalValues BypassOnLocal
ProxyElement.AutoDetectValues AutoDetect
override ConfigurationPropertyCollection Properties