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
SocketAsyncOperation.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Sockets
4{
5 // Token: 0x020002FE RID: 766
7 {
8 // Token: 0x0400104B RID: 4171
9 None,
10 // Token: 0x0400104C RID: 4172
11 Accept,
12 // Token: 0x0400104D RID: 4173
13 Connect,
14 // Token: 0x0400104E RID: 4174
16 // Token: 0x0400104F RID: 4175
17 Receive,
18 // Token: 0x04001050 RID: 4176
20 // Token: 0x04001051 RID: 4177
22 // Token: 0x04001052 RID: 4178
23 Send,
24 // Token: 0x04001053 RID: 4179
26 // Token: 0x04001054 RID: 4180
27 SendTo
28 }
29}