How can I get the IP of the client? I have the code setup like this;
VB Code:
CData.structSocket = Server_Tcp.AcceptSocket() Interlocked.Increment(connectId) CData.structThread = New Thread(AddressOf ReadSocket) CData.SelfID = connectId
Do i need something extra?




Reply With Quote