Does anyone know how I can get the remove IP address when using a tcpClient object?

I accept the connection using the AcceptTcpClient of my listener object.

The tcpClient object does not seem to have any property/method that can give me this information.


Any help is appreciated.