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
Post a Comment