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

Enumerator
Socket 
IP 
IPv6 
Tcp 
Udp 

Definition at line 6 of file SocketOptionLevel.cs.

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 }