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

◆ Handle

IntPtr System.Net.Sockets.Socket.Handle
get

Definition at line 210 of file Socket.cs.

211 {
212 get
213 {
214 return this.m_Handle.handle;
215 }
216 }
SafeSocketHandle m_Handle
Definition Socket.cs:2058