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.
1
using
System
;
2
3
namespace
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
{
19
this.hostName
=
value
;
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
{
34
this.aliases
=
value
;
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
41
public
IPAddress
[]
AddressList
42
{
43
get
44
{
45
return
this.
addressList
;
46
}
47
set
48
{
49
this.addressList
=
value
;
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
65
private
IPAddress
[]
addressList
;
66
67
// Token: 0x04000851 RID: 2129
68
internal
bool
isTrustedHost
=
true
;
69
}
70
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.IPAddress
Definition
IPAddress.cs:12
System.Net.IPHostEntry.isTrustedHost
bool isTrustedHost
Definition
IPHostEntry.cs:68
System.Net.IPHostEntry.aliases
string[] aliases
Definition
IPHostEntry.cs:62
System.Net.IPHostEntry.IPHostEntry
IPHostEntry()
Definition
IPHostEntry.cs:54
System.Net.IPHostEntry.HostName
string HostName
Definition
IPHostEntry.cs:12
System.Net.IPHostEntry.addressList
IPAddress[] addressList
Definition
IPHostEntry.cs:65
System.Net.IPHostEntry.AddressList
IPAddress[] AddressList
Definition
IPHostEntry.cs:42
System.Net.IPHostEntry.hostName
string hostName
Definition
IPHostEntry.cs:59
System.Net.IPHostEntry.Aliases
string[] Aliases
Definition
IPHostEntry.cs:27
System.Net.IPHostEntry
Definition
IPHostEntry.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
Net
IPHostEntry.cs
Generated by
1.10.0