[twsocket] TWSocket TCP-Client address

2007-01-28 Thread Markus Humm
Hello, that with local adress I've to recheck, because I think I already looked at it and it was 0.0.0.0 In my testcase right now server and client are sitting on the same machine, but it's not necessarily so! Just for ease of develpment. Greetings Markus -- To unsubscribe or change your set

Re: [twsocket] TWSocket TCP-Client address

2007-01-28 Thread Wilfried Mestdagh
Hello Markus, LocalAddr returns the IP address the socket is bound to. PeerAddr is the address on the other end. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Sunday, January 28, 2007, 10:47, Markus Humm wrote: > Hello, > I've a TCP clien

[twsocket] TWSocket TCP-Client address

2007-01-28 Thread Markus Humm
Hello, I've a TCP client socket (TWSocket) connected to a TCP-Server socket. Is there any possibility to determine the IP adress the client socket is sitting on? I don't mean to get a list of all IP adresses of that computer but simply the adress the client socket is sitting on means the IP the