How can I get the IP of the client? I have the code setup like this;
VB Code:
  1. CData.structSocket = Server_Tcp.AcceptSocket()
  2.             Interlocked.Increment(connectId)
  3.             CData.structThread = New Thread(AddressOf ReadSocket)
  4.             CData.SelfID = connectId

Do i need something extra?