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
LingerOption.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net.Sockets
4
{
5
// Token: 0x020002FA RID: 762
6
public
class
LingerOption
7
{
8
// Token: 0x06001409 RID: 5129 RVA: 0x0003D45C File Offset: 0x0003B65C
9
public
LingerOption
(
bool
enable
,
int
seconds)
10
{
11
this.lingerTime
= seconds;
12
}
13
14
// Token: 0x17000489 RID: 1161
15
// (set) Token: 0x0600140A RID: 5130 RVA: 0x0003D478 File Offset: 0x0003B678
16
public
bool
Enabled
17
{
18
set
19
{
20
}
21
}
22
23
// Token: 0x1700048A RID: 1162
24
// (set) Token: 0x0600140B RID: 5131 RVA: 0x0003D488 File Offset: 0x0003B688
25
public
int
LingerTime
26
{
27
set
28
{
29
this.lingerTime
=
value
;
30
}
31
}
32
33
// Token: 0x0400102A RID: 4138
34
private
bool
enabled
;
35
36
// Token: 0x0400102B RID: 4139
37
private
int
lingerTime
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Sockets.LingerOption.enabled
bool enabled
Definition
LingerOption.cs:34
System.Net.Sockets.LingerOption.LingerOption
LingerOption(bool enable, int seconds)
Definition
LingerOption.cs:9
System.Net.Sockets.LingerOption.lingerTime
int lingerTime
Definition
LingerOption.cs:37
System.Net.Sockets.LingerOption.Enabled
bool Enabled
Definition
LingerOption.cs:17
System.Net.Sockets.LingerOption.LingerTime
int LingerTime
Definition
LingerOption.cs:26
System.Net.Sockets.LingerOption
Definition
LingerOption.cs:7
System.Net.Sockets
Definition
AddressFamily.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System
Net
Sockets
LingerOption.cs
Generated by
1.10.0