How can i get the client's ip use tcpclient?

  • Thread starter Thread starter pam
  • Start date Start date
P

pam

I have created a connection on client and server.

Dim Client As TcpClient = Listener.AcceptTcpClient

but there is no property to get the client's ip?

how could I do it?
 
Back
Top