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() [2/3]

System.Net.Sockets.TcpClient.TcpClient ( AddressFamily family)
inline

Definition at line 17 of file TcpClient.cs.

18 {
19 this.m_Family = AddressFamily.InterNetwork;
20 base..ctor();
21 bool on = Logging.On;
23 this.initialize();
24 bool on2 = Logging.On;
25 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.Sockets.TcpClient.initialize(), j__TPar, and System.Net.Logging.On.