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
IPHostEntry.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200019B RID: 411
6 public class IPHostEntry
7 {
8 // Token: 0x17000218 RID: 536
9 // (get) Token: 0x06000A66 RID: 2662 RVA: 0x000231E4 File Offset: 0x000213E4
10 // (set) Token: 0x06000A67 RID: 2663 RVA: 0x000231F8 File Offset: 0x000213F8
11 public string HostName
12 {
13 get
14 {
15 return this.hostName;
16 }
17 set
18 {
20 }
21 }
22
23 // Token: 0x17000219 RID: 537
24 // (get) Token: 0x06000A68 RID: 2664 RVA: 0x0002320C File Offset: 0x0002140C
25 // (set) Token: 0x06000A69 RID: 2665 RVA: 0x00023220 File Offset: 0x00021420
26 public string[] Aliases
27 {
28 get
29 {
30 return this.aliases;
31 }
32 set
33 {
35 }
36 }
37
38 // Token: 0x1700021A RID: 538
39 // (get) Token: 0x06000A6A RID: 2666 RVA: 0x00023234 File Offset: 0x00021434
40 // (set) Token: 0x06000A6B RID: 2667 RVA: 0x00023248 File Offset: 0x00021448
42 {
43 get
44 {
45 return this.addressList;
46 }
47 set
48 {
50 }
51 }
52
53 // Token: 0x06000A6C RID: 2668 RVA: 0x0002325C File Offset: 0x0002145C
54 public IPHostEntry()
55 {
56 }
57
58 // Token: 0x0400084E RID: 2126
59 private string hostName;
60
61 // Token: 0x0400084F RID: 2127
62 private string[] aliases;
63
64 // Token: 0x04000850 RID: 2128
66
67 // Token: 0x04000851 RID: 2129
68 internal bool isTrustedHost = true;
69 }
70}
class f__AnonymousType0<< Count > j__TPar
IPAddress[] addressList
IPAddress[] AddressList