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

◆ CurrentSocket

Socket System.Net.Sockets.SocketAsyncEventArgs.CurrentSocket
getpackageinherited

Definition at line 197 of file SocketAsyncEventArgs.cs.

198 {
199 get
200 {
201 return this.current_socket;
202 }
203 }