delphi - How to Get Local IP by SocketHandle? -


i developing chatroom application - use tserversocket , tclientsocket send , receive text can socket.sockethandle computer sent me, how local ip (or computernetname) of computer.

tcustomwinsocket has remoteaddress , remotehost properties peer's ip , hostname values, respectively. not need use sockethandle property unless want call winsock api functions directly, getpeername() , getnameinfo().


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -