2 references to TcpClient
System (2)
net\System\Net\Sockets\TCPListener.cs (2)
259
TcpClient returnValue = new
TcpClient
(acceptedSocket);
332
return new
TcpClient
(socket);