Hi,

i have a TcpClient object which are allready connected with a Client (over TcpListener)

now, i would like to get the client's ip adress, in the debug mode, i have the possibility to see the client ip over the m_ClientSocket object(System.Net.Sockets.Socket)... ...only in the debug mode! but there'nt any function to do this with normal code...

any ideas?