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

◆ OnCompleted()

virtual void System.Net.Sockets.SocketAsyncEventArgs.OnCompleted ( SocketAsyncEventArgs e)
inlineprotectedvirtualinherited

Reimplemented in System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.

Definition at line 230 of file SocketAsyncEventArgs.cs.

231 {
232 if (e != null && e.Completed != null)
233 {
234 Socket socket = e.current_socket;
235 return;
236 }
237 }

References System.Net.Sockets.SocketAsyncEventArgs.Completed, and System.Net.Sockets.SocketAsyncEventArgs.current_socket.