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
SocketType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Sockets
4{
5 // Token: 0x02000304 RID: 772
6 public enum SocketType
7 {
8 // Token: 0x040010CA RID: 4298
9 Stream = 1,
10 // Token: 0x040010CB RID: 4299
11 Dgram,
12 // Token: 0x040010CC RID: 4300
13 Raw,
14 // Token: 0x040010CD RID: 4301
15 Rdm,
16 // Token: 0x040010CE RID: 4302
18 // Token: 0x040010CF RID: 4303
19 Unknown = -1
20 }
21}