terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SocketType.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net.Sockets
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000304")]
7 public enum SocketType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40010CA")]
10 Stream = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x40010CB")]
12 Dgram,
13 [global::Cpp2ILInjected.Token(Token = "0x40010CC")]
14 Raw,
15 [global::Cpp2ILInjected.Token(Token = "0x40010CD")]
16 Rdm,
17 [global::Cpp2ILInjected.Token(Token = "0x40010CE")]
19 [global::Cpp2ILInjected.Token(Token = "0x40010CF")]
20 Unknown = -1
21 }
22}