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

◆ TcpClient() [5/5]

System.Net.Sockets.TcpClient.TcpClient ( Socket acceptedSocket)
inlinepackage

Definition at line 203 of file TcpClient.cs.

204 {
205 _clientSocket = acceptedSocket;
206 _active = true;
207 }

References System.Net.Sockets.TcpClient._active, and System.Net.Sockets.TcpClient._clientSocket.