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

◆ TcpClient() [3/3]

System.Net.Sockets.TcpClient.TcpClient ( Socket acceptedSocket)
inlinepackage

Definition at line 28 of file TcpClient.cs.

29 {
30 this.m_Family = AddressFamily.InterNetwork;
31 base..ctor();
32 bool on = Logging.On;
34 this.m_Active = true;
35 bool on2 = Logging.On;
36 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Net.Logging.On.