Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Close()

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

Definition at line 405 of file TcpClient.cs.

406 {
407 Dispose();
408 }

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

Referenced by Terraria.Net.Sockets.TcpSocket.Close().