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
SocketElement.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200047E RID: 1150
8 public sealed class SocketElement : ConfigurationElement
9 {
10 // Token: 0x06001F47 RID: 8007 RVA: 0x00051BC8 File Offset: 0x0004FDC8
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x17000748 RID: 1864
17 // (get) Token: 0x06001F48 RID: 8008 RVA: 0x00051BDC File Offset: 0x0004FDDC
18 // (set) Token: 0x06001F49 RID: 8009 RVA: 0x00051BF0 File Offset: 0x0004FDF0
20 {
21 get
22 {
23 throw new NotSupportedException();
24 }
25 set
26 {
27 throw new NotSupportedException();
28 }
29 }
30
31 // Token: 0x17000749 RID: 1865
32 // (get) Token: 0x06001F4A RID: 8010 RVA: 0x00051C04 File Offset: 0x0004FE04
33 // (set) Token: 0x06001F4B RID: 8011 RVA: 0x00051C18 File Offset: 0x0004FE18
35 {
36 get
37 {
38 throw new NotSupportedException();
39 }
40 set
41 {
42 throw new NotSupportedException();
43 }
44 }
45
46 // Token: 0x1700074A RID: 1866
47 // (get) Token: 0x06001F4C RID: 8012 RVA: 0x00051C2C File Offset: 0x0004FE2C
48 // (set) Token: 0x06001F4D RID: 8013 RVA: 0x00051C40 File Offset: 0x0004FE40
49 public global::System.Net.Sockets.IPProtectionLevel IPProtectionLevel
50 {
51 get
52 {
53 throw new NotSupportedException();
54 }
55 set
56 {
57 throw new NotSupportedException();
58 }
59 }
60
61 // Token: 0x1700074B RID: 1867
62 // (get) Token: 0x06001F4E RID: 8014 RVA: 0x00051C54 File Offset: 0x0004FE54
64 {
65 get
66 {
67 throw new NotSupportedException();
68 }
69 }
70
71 // Token: 0x06001F4F RID: 8015 RVA: 0x00051C68 File Offset: 0x0004FE68
72 protected override void PostDeserialize()
73 {
74 throw new NotSupportedException();
75 }
76 }
77}
override ConfigurationPropertyCollection Properties