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

◆ Close() [1/2]

void System.Net.Sockets.Socket.Close ( )
inline

Definition at line 1702 of file Socket.cs.

1703 {
1704 this.Dispose();
1705 }

References System.Net.Sockets.Socket.Dispose().

Referenced by System.Net.Sockets.TcpClient.Dispose(), and System.Net.Sockets.TcpListener.Stop().