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

◆ UdpClient() [2/4]

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

Definition at line 17 of file UdpClient.cs.

18 {
19 this.m_Family = AddressFamily.InterNetwork;
20 base..ctor();
22 this.createClientSocket();
23 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.Sockets.UdpClient.createClientSocket(), and j__TPar.