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.
1using System;
2
3namespace 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 {
30 }
31 }
32
33 // Token: 0x0400102A RID: 4138
34 private bool enabled;
35
36 // Token: 0x0400102B RID: 4139
37 private int lingerTime;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
LingerOption(bool enable, int seconds)