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.SocketAsyncResult.Handle
get

Definition at line 15 of file SocketAsyncResult.cs.

16 {
17 get
18 {
20 do
21 {
22 socket = this.socket;
23 }
24 while (socket == null);
25 return socket.Handle;
26 }
27 }

Referenced by System.Net.Sockets.Socket.AcceptAsync(), and System.Net.Sockets.Socket.SendAsync().