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
ServicePointManagerElement.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200047D RID: 1149
9 {
10 // Token: 0x06001F36 RID: 7990 RVA: 0x00051A74 File Offset: 0x0004FC74
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x17000740 RID: 1856
17 // (get) Token: 0x06001F37 RID: 7991 RVA: 0x00051A88 File Offset: 0x0004FC88
18 // (set) Token: 0x06001F38 RID: 7992 RVA: 0x00051A9C File Offset: 0x0004FC9C
20 {
21 get
22 {
23 throw new NotSupportedException();
24 }
25 set
26 {
27 throw new NotSupportedException();
28 }
29 }
30
31 // Token: 0x17000741 RID: 1857
32 // (get) Token: 0x06001F39 RID: 7993 RVA: 0x00051AB0 File Offset: 0x0004FCB0
33 // (set) Token: 0x06001F3A RID: 7994 RVA: 0x00051AC4 File Offset: 0x0004FCC4
35 {
36 get
37 {
38 throw new NotSupportedException();
39 }
40 set
41 {
42 throw new NotSupportedException();
43 }
44 }
45
46 // Token: 0x17000742 RID: 1858
47 // (get) Token: 0x06001F3B RID: 7995 RVA: 0x00051AD8 File Offset: 0x0004FCD8
48 // (set) Token: 0x06001F3C RID: 7996 RVA: 0x00051AEC File Offset: 0x0004FCEC
50 {
51 get
52 {
53 throw new NotSupportedException();
54 }
55 set
56 {
57 throw new NotSupportedException();
58 }
59 }
60
61 // Token: 0x17000743 RID: 1859
62 // (get) Token: 0x06001F3D RID: 7997 RVA: 0x00051B00 File Offset: 0x0004FD00
63 // (set) Token: 0x06001F3E RID: 7998 RVA: 0x00051B14 File Offset: 0x0004FD14
65 {
66 get
67 {
68 throw new NotSupportedException();
69 }
70 set
71 {
72 throw new NotSupportedException();
73 }
74 }
75
76 // Token: 0x17000744 RID: 1860
77 // (get) Token: 0x06001F3F RID: 7999 RVA: 0x00051B28 File Offset: 0x0004FD28
78 // (set) Token: 0x06001F40 RID: 8000 RVA: 0x00051B3C File Offset: 0x0004FD3C
79 public global::System.Net.Security.EncryptionPolicy EncryptionPolicy
80 {
81 get
82 {
83 throw new NotSupportedException();
84 }
85 set
86 {
87 throw new NotSupportedException();
88 }
89 }
90
91 // Token: 0x17000745 RID: 1861
92 // (get) Token: 0x06001F41 RID: 8001 RVA: 0x00051B50 File Offset: 0x0004FD50
93 // (set) Token: 0x06001F42 RID: 8002 RVA: 0x00051B64 File Offset: 0x0004FD64
95 {
96 get
97 {
98 throw new NotSupportedException();
99 }
100 set
101 {
102 throw new NotSupportedException();
103 }
104 }
105
106 // Token: 0x17000746 RID: 1862
107 // (get) Token: 0x06001F43 RID: 8003 RVA: 0x00051B78 File Offset: 0x0004FD78
109 {
110 get
111 {
112 throw new NotSupportedException();
113 }
114 }
115
116 // Token: 0x17000747 RID: 1863
117 // (get) Token: 0x06001F44 RID: 8004 RVA: 0x00051B8C File Offset: 0x0004FD8C
118 // (set) Token: 0x06001F45 RID: 8005 RVA: 0x00051BA0 File Offset: 0x0004FDA0
120 {
121 get
122 {
123 throw new NotSupportedException();
124 }
125 set
126 {
127 throw new NotSupportedException();
128 }
129 }
130
131 // Token: 0x06001F46 RID: 8006 RVA: 0x00051BB4 File Offset: 0x0004FDB4
132 protected override void PostDeserialize()
133 {
134 throw new NotSupportedException();
135 }
136 }
137}