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
SocketOptionLevel.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net.Sockets
4{
5 // Token: 0x02000301 RID: 769
6 public enum SocketOptionLevel
7 {
8 // Token: 0x04001091 RID: 4241
9 Socket = 65535,
10 // Token: 0x04001092 RID: 4242
11 IP = 0,
12 // Token: 0x04001093 RID: 4243
13 IPv6 = 41,
14 // Token: 0x04001094 RID: 4244
15 Tcp = 6,
16 // Token: 0x04001095 RID: 4245
17 Udp = 17
18 }
19}